mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
fixing boys room bright, some views, and a bunch of small fixes
This commit is contained in:
@@ -11,6 +11,12 @@ triggers:
|
||||
- input_select.boys_room_mode
|
||||
- input_select.automatic_light_profile
|
||||
|
||||
- trigger: state
|
||||
id: light_level
|
||||
entity_id: binary_sensor.boys_room_naturally_lit
|
||||
from: "on"
|
||||
to: "off"
|
||||
|
||||
- trigger: state
|
||||
id: occupied
|
||||
entity_id:
|
||||
@@ -18,17 +24,6 @@ triggers:
|
||||
- input_boolean.boys_room_occupied
|
||||
to: "on"
|
||||
|
||||
# - platform: state
|
||||
# id: motion
|
||||
# entity_id: group.boys_room_motion
|
||||
# to: "on"
|
||||
|
||||
- trigger: state
|
||||
id: light_level
|
||||
entity_id: binary_sensor.boys_room_naturally_lit
|
||||
from: "on"
|
||||
to: "off"
|
||||
|
||||
condition:
|
||||
- alias: "Home is occupied"
|
||||
condition: state
|
||||
|
||||
Reference in New Issue
Block a user