Compare commits

..

2 commits

Author SHA1 Message Date
mwiegand
a1a0beb8cb hue dummy 2021-11-02 00:37:43 +01:00
mwiegand
bba63bac3d homematic dummy 2021-11-02 00:37:33 +01:00
2 changed files with 22 additions and 0 deletions

11
nodes/home.homematic.py Normal file
View file

@ -0,0 +1,11 @@
{
'dummy': True,
'metadata': {
'id': '',
'network': {
'internal': {
'ipv4': '10.0.2.8/24',
},
},
},
}

11
nodes/home.hue.py Normal file
View file

@ -0,0 +1,11 @@
{
'dummy': True,
'metadata': {
'id': '',
'network': {
'internal': {
'ipv4': '10.0.2.100/24',
},
},
},
}