diff --git a/nodes/home/wled-wohnzimmer.py b/nodes/home/wled-wohnzimmer.py new file mode 100644 index 0000000..1079d02 --- /dev/null +++ b/nodes/home/wled-wohnzimmer.py @@ -0,0 +1,17 @@ +nodes['home.wled-wohnzimmer'] = { + 'dummy': True, + 'metadata': { + 'interfaces': { + 'default': { + 'ips': { + '172.19.138.70', + }, + 'dhcp': True, + 'mac': 'e8:68:e7:80:9d:f8', + }, + }, + 'icinga_options': { + 'exclude_from_monitoring': True, + }, + }, +}