This commit is contained in:
2022-08-04 23:05:49 +02:00
parent cdec784ed0
commit b33c30865e
6 changed files with 40 additions and 25 deletions

View File

@ -11,19 +11,4 @@ automation:
- type: toggle
device_id: 1fcba92f6a53183e10c1dc35a9bb82ce
entity_id: light.guestroom_switch_lamp
domain: light
#Guest Room Light
automation:
- alias: office_light_button
trigger:
- device_id: c6b9d0a0f7a56e9f2966cdb8cb312614
domain: zha
platform: device
type: remote_button_short_press
subtype: button
action:
- type: toggle
device_id: 1fcba92f6a53183e10c1dc35a9bb82ce
entity_id: light.office_bulb
domain: light

View File

@ -1,7 +0,0 @@
scene:
- name: Living Room Lights
icon: "mdi:flower-tulip"
entities:
light.livingroom_switch_lamp_table: "toggle"
light.livingroom_switch_lamp_couch: "toggle"
light.livingroom_switch_lamp_sill: "toggle"

View File

@ -0,0 +1,16 @@
#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