updates
This commit is contained in:
3
packages/light/adaptive.yaml
Executable file → Normal file
3
packages/light/adaptive.yaml
Executable file → Normal file
@ -7,4 +7,5 @@ adaptive_lighting:
|
||||
- light.office_bulb
|
||||
- light.bedroom_bulb_light
|
||||
- light.bedroom_bulb_toni_light
|
||||
- light.bedroom_bulb_philipp_light
|
||||
- light.bedroom_bulb_philipp_light
|
||||
- light.nursery_bulb
|
0
packages/light/all_device_group.yaml
Executable file → Normal file
0
packages/light/all_device_group.yaml
Executable file → Normal file
0
packages/light/bedroom_group.yaml
Executable file → Normal file
0
packages/light/bedroom_group.yaml
Executable file → Normal file
62
packages/light/buttons/bedrooms.yaml
Executable file → Normal file
62
packages/light/buttons/bedrooms.yaml
Executable file → Normal file
@ -1,19 +1,57 @@
|
||||
# Guest Room Button Light
|
||||
automation:
|
||||
- alias: guestroom_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.guestroom_switch_lamp
|
||||
domain: light
|
||||
#- alias: guestroom_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.guestroom_switch_lamp
|
||||
#domain: light
|
||||
|
||||
###### Bedroom ######
|
||||
- alias: bedroom_door_light_button_single_press
|
||||
trigger:
|
||||
- device_id: 1c88c2785261b381346bf6ea621d02ea
|
||||
domain: zha
|
||||
platform: device
|
||||
type: remote_button_short_press
|
||||
subtype: turn_on
|
||||
action:
|
||||
- type: turn_on
|
||||
device_id: e0e71e574631d1fd7ebf960b883d1b6f
|
||||
entity_id: light.bedroom_bulb_light
|
||||
domain: light
|
||||
|
||||
- alias: bedroom_door_light_button_long_press
|
||||
trigger:
|
||||
- device_id: 1c88c2785261b381346bf6ea621d02ea
|
||||
domain: zha
|
||||
platform: device
|
||||
type: remote_button_long_press
|
||||
subtype: dim_up
|
||||
action:
|
||||
- type: turn_on
|
||||
device_id: f472f0815009f1343028a8d6a41b34ae
|
||||
entity_id: light.bedroom_lights
|
||||
domain: light
|
||||
|
||||
- alias: bedroom_door_light_button_single_press_down
|
||||
trigger:
|
||||
- device_id: 1c88c2785261b381346bf6ea621d02ea
|
||||
domain: zha
|
||||
platform: device
|
||||
type: remote_button_short_press
|
||||
subtype: turn_off
|
||||
action:
|
||||
- type: turn_off
|
||||
device_id: f472f0815009f1343028a8d6a41b34ae
|
||||
entity_id: light.bedroom_lights
|
||||
domain: light
|
||||
|
||||
# Bedroom Button Philipp Light single press
|
||||
- alias: bedroom_light_button_philipp_single_press
|
||||
|
6
packages/light/livingroom_group.yaml
Executable file → Normal file
6
packages/light/livingroom_group.yaml
Executable file → Normal file
@ -4,6 +4,6 @@ light:
|
||||
name: "Living Room Lights"
|
||||
entities:
|
||||
- light.livingroom_switch_lamp_table
|
||||
#- light.livingroom_switch_lamp_couch
|
||||
#- light.living_room_switch_lamp_sill
|
||||
- light.livingroom_switch_lamp
|
||||
- light.livingroom_switch_lamp_couch
|
||||
- light.living_room_switch_lamp_sill
|
||||
#- light.livingroom_switch_lamp
|
||||
|
0
packages/light/motion.yaml
Executable file → Normal file
0
packages/light/motion.yaml
Executable file → Normal file
Reference in New Issue
Block a user