Helper sensors to keep manual Zooz double switch in sync with Home Assistant
This commit is contained in:
parent
4949a90abc
commit
9980c1b672
|
@ -28,6 +28,16 @@
|
||||||
device_class: "power"
|
device_class: "power"
|
||||||
unit_of_measurement: "kWh"
|
unit_of_measurement: "kWh"
|
||||||
|
|
||||||
|
# zooz
|
||||||
|
|
||||||
|
- platform: mqtt
|
||||||
|
name: "theater light up"
|
||||||
|
state_topic: "zwave2mqtt/theater/91/1/1"
|
||||||
|
|
||||||
|
- platform: mqtt
|
||||||
|
name: "theater light down"
|
||||||
|
state_topic: "zwave2mqtt/theater/91/1/2"
|
||||||
|
|
||||||
|
|
||||||
- platform: template
|
- platform: template
|
||||||
sensors:
|
sensors:
|
||||||
|
|
Loading…
Reference in New Issue