mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Alarmdecoder chime status template example incorrect (#20992)
This commit is contained in:
parent
6bbb41d109
commit
f6f219fc6c
@ -132,10 +132,14 @@ Using a combination of the available services and attributes, you can create swi
|
||||
value_template: "{{ is_state_attr('alarm_control_panel.alarm_panel', 'chime', true) }}"
|
||||
turn_on:
|
||||
service: alarmdecoder.alarm_toggle_chime
|
||||
target:
|
||||
entity_id: alarm_control_panel.alarm_panel
|
||||
data:
|
||||
code: !secret alarm_code
|
||||
turn_off:
|
||||
service: alarmdecoder.alarm_toggle_chime
|
||||
target:
|
||||
entity_id: alarm_control_panel.alarm_panel
|
||||
data:
|
||||
code: !secret alarm_code
|
||||
icon_template: >-
|
||||
|
Loading…
x
Reference in New Issue
Block a user