mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update device-specific.markdown (#15937)
This commit is contained in:
parent
e4ac653e49
commit
562c2b532a
@ -1179,7 +1179,7 @@ switch:
|
||||
data:
|
||||
node_id: 3
|
||||
value_id: "{{ state_attr('sensor.scene_contrl_indicator','value_id') }}"
|
||||
value: "{{ states(scene_contrl_indicator)|int + 8 }}"
|
||||
value: "{{ states('sensor.scene_contrl_indicator')|int + 8 }}"
|
||||
turn_off:
|
||||
service: zwave.set_node_value
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user