Big Update

This commit is contained in:
2022-08-18 16:45:03 +02:00
parent 9f99de4509
commit 962b6fa4fe
20 changed files with 531 additions and 71 deletions

View File

@ -26,7 +26,7 @@ automation:
entity_id: light.bedroom_bulb_light
domain: light
# Office Button Light
- alias: office_light_button
- alias: office_light_button_single_press
trigger:
- device_id: ab68a51751fcc28c6576ba467a77581d
domain: zha
@ -37,4 +37,20 @@ automation:
- type: toggle
device_id: ce016fbf6d9602740bbabe1fe9915c88
entity_id: light.office_bulb
domain: light
domain: light
# Office Button Light double press
- alias: office_light_button_double_press
trigger:
- device_id: ab68a51751fcc28c6576ba467a77581d
domain: zha
platform: device
type: remote_button_double_press
subtype: button
action:
- service: light.turn_on
target:
entity_id: light.office_bulb
data:
color_temp: 255
brightness: 255

View File

@ -1,16 +0,0 @@
#script:
# - name: Living Room Lights
# icon: "mdi:flower-tulip"
# entities:
# light.livingroom_switch_lamp_table: "toggle"
# light.livingroom_switch_lamp_couch: "toggle"
# light.living_room_switch_lamp_sill: "toggle"
# Example configuration.yaml entry
light:
- platform: group
name: "Living Room Lights"
entities:
- light.livingroom_switch_lamp_table
- light.livingroom_switch_lamp_couch
- light.living_room_switch_lamp_sill