mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Fix Z-Wave automation example (#24651)
This commit is contained in:
parent
cfd76e8841
commit
f159c7c2e7
@ -471,14 +471,16 @@ This event can be used to trigger a refresh of values when the new state needs t
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
trigger:
|
trigger:
|
||||||
platform: event
|
- platform: event
|
||||||
event_type: zwave_js_value_updated
|
event_type: zwave_js_value_updated
|
||||||
event_data:
|
event_data:
|
||||||
entity_id: switch.in_wall_dual_relay_switch
|
entity_id: switch.in_wall_dual_relay_switch
|
||||||
action:
|
action:
|
||||||
- service: zwave_js.refresh_value
|
- service: zwave_js.refresh_value
|
||||||
target:
|
data:
|
||||||
entity_id: switch.in_wall_dual_relay_switch_2, switch.in_wall_dual_relay_switch_3
|
entity_id:
|
||||||
|
- switch.in_wall_dual_relay_switch_2
|
||||||
|
- switch.in_wall_dual_relay_switch_3
|
||||||
```
|
```
|
||||||
|
|
||||||
## Automations
|
## Automations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user