[netatmo] Extend example with things for energy stuff (#13568)

* [netatmo] Extend example with things for energy stuff

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-10-20 22:51:03 +02:00
committed by GitHub
parent c9481d5c36
commit 02820a9ebe

View File

@@ -697,6 +697,13 @@ Bridge netatmo:account:myaccount "Netatmo Account" [clientId="xxxxx", clientSecr
Type live-stream-url : live#vpn-stream-url [ quality="low" ] Type live-stream-url : live#vpn-stream-url [ quality="low" ]
} }
} }
Bridge home myhomeheating "Home heating" [ id="..." ] {
Bridge plug relay "Boiler relay" [ id="..." ] {
thermostat thermostat "Thermostat" [ id="..." ]
valve valveoffice "Valve in office" [ id="..." ]
}
room office "Office" [ id="..." ]
}
} }
``` ```