fix hue dhcp

This commit is contained in:
CroneKorkN 2025-08-24 13:33:44 +02:00
parent ee94e30004
commit 60f29aab70
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -1,6 +1,6 @@
{ {
'dummy': True, 'dummy': True,
'hostname': '10.0.2.100', 'hostname': '10.0.0.143',
'groups': [ 'groups': [
'home', 'home',
], ],
@ -8,13 +8,13 @@
'id': '87879bc1-130f-4fca-a8d2-e1d93a794df4', 'id': '87879bc1-130f-4fca-a8d2-e1d93a794df4',
'network': { 'network': {
'internal': { 'internal': {
'ipv4': '10.0.2.100/24', 'ipv4': '10.0.0.143/24',
'mac': '00:17:88:67:e7:f2', 'mac': '00:17:88:67:e7:f2',
}, },
}, },
'dns': { 'dns': {
'hue.ckn.li': { 'hue.ckn.li': {
'A': {'10.0.2.100'}, 'A': {'10.0.0.143'},
}, },
}, },
}, },