From 898052c28f2f597d3e1e87335395a0c76b9b06fe Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Thu, 2 Jan 2025 14:58:06 +0100 Subject: [PATCH] kea: added reservation for wled stairs --- roles/kea/templates/kea/kea-dhcp4.conf.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/kea/templates/kea/kea-dhcp4.conf.j2 b/roles/kea/templates/kea/kea-dhcp4.conf.j2 index af9cebf..5bc3a7a 100644 --- a/roles/kea/templates/kea/kea-dhcp4.conf.j2 +++ b/roles/kea/templates/kea/kea-dhcp4.conf.j2 @@ -421,6 +421,11 @@ "hw-address": "dc:a6:32:bf:e2:3e", "ip-address": "172.23.4.251", "hostname": "openhabgw1" + }, + + { + "hw-address": "08:f9:e0:e4:51:30", + "hostname": "wled-stairs" } ] },