2023-06-12 23:56:22 +02:00
|
|
|
- id: intercom_button
|
2022-11-27 15:18:48 +01:00
|
|
|
alias: '[Intercom] Button'
|
|
|
|
mode: single
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: input_boolean.intercom_button
|
|
|
|
to: "on"
|
|
|
|
action:
|
|
|
|
- service: switch.toggle
|
|
|
|
target:
|
|
|
|
entity_id: switch.intercom_button
|
|
|
|
- service: input_boolean.turn_off
|
|
|
|
target:
|
|
|
|
entity_id: input_boolean.intercom_button
|