Files
sarah/packages/devices/bedroom/bedside_switch_2.yaml
T
2022-12-01 16:02:00 +02:00

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