mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
24 lines
724 B
YAML
24 lines
724 B
YAML
automation:
|
|
- alias: Bedroom · Bedside Second Switch
|
|
use_blueprint:
|
|
path: aqara_switch.yaml
|
|
input:
|
|
action_entity: sensor.bedroom_wall_switch_action
|
|
click:
|
|
- service: light.toggle
|
|
data_template:
|
|
entity_id: >-
|
|
{% if is_state('input_select.bedroom_mode', 'day') %}
|
|
['light.master_bedroom_main', 'light.bedside']
|
|
{% else %}
|
|
light.bedside
|
|
{% endif %}
|
|
brightness_pct: 100
|
|
|
|
double_click:
|
|
- service: media_player.media_play_pause
|
|
entity_id: media_player.master_bedroom
|
|
|
|
hold:
|
|
- service: script.toggle_bedroom_mode
|