Big Update
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
adaptive_lighting:
|
||||
min_brightness: 35
|
||||
initial_transition: 0
|
||||
transition: 0
|
||||
interval: 20
|
||||
lights:
|
||||
- light.office_bulb
|
||||
- light.bedroom_bulb_light
|
9
packages/light/all_device_group.yaml
Executable file
9
packages/light/all_device_group.yaml
Executable file
@ -0,0 +1,9 @@
|
||||
# Example configuration.yaml entry
|
||||
light:
|
||||
- platform: group
|
||||
name: "All Lights"
|
||||
entities:
|
||||
- light.bedroom_bulb_light
|
||||
- light.livingroom_switch_tv
|
||||
- light.office_bulb
|
||||
- light.office_switch_socket
|
@ -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
|
@ -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
|
8
packages/light/livingroom_group.yaml
Executable file
8
packages/light/livingroom_group.yaml
Executable file
@ -0,0 +1,8 @@
|
||||
# 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
|
Reference in New Issue
Block a user