New Automations

This commit is contained in:
2022-08-08 19:22:56 +02:00
parent 2d9bb60b57
commit a62d41d3eb
8 changed files with 183 additions and 44 deletions

View File

@ -1,4 +1,4 @@
#Guest Room Light
#Guest Room Button Light
automation:
- alias: guestroom_light_button
trigger:
@ -11,4 +11,30 @@ automation:
- type: toggle
device_id: 1fcba92f6a53183e10c1dc35a9bb82ce
entity_id: light.guestroom_switch_lamp
domain: light
#Bedroom Button Light
- alias: bedroom_light_button
trigger:
- device_id: 5eaa44bd80bff72ec68727486d1259cd
domain: zha
platform: device
type: remote_button_short_press
subtype: button
action:
- type: toggle
device_id: e0e71e574631d1fd7ebf960b883d1b6f
entity_id: light.bedroom_bulb_light
domain: light
# Office Button Light
- alias: office_light_button
trigger:
- device_id: ab68a51751fcc28c6576ba467a77581d
domain: zha
platform: device
type: remote_button_short_press
subtype: button
action:
- type: toggle
device_id: ce016fbf6d9602740bbabe1fe9915c88
entity_id: light.office_bulb
domain: light