Bunches of fixes nd changes

This commit is contained in:
CeeWeasel
2025-10-27 16:49:34 -04:00
parent 0c01e534ed
commit 953ee882cd
53 changed files with 1167 additions and 441 deletions
+6 -10
View File
@@ -2,6 +2,11 @@ id: set_house_to_late_evening
alias: Set House to Late Evening
mode: single
# platform: tod
# name: Late Evening
# after: '22:00'
# before: '00:00'
trigger:
- platform: state
entity_id: binary_sensor.late_evening
@@ -53,7 +58,7 @@ action:
- choose:
- conditions:
- condition: state
entity_id: input_boolean.ebin_in_bed
entity_id: input_boolean.ebin_home
state: "on"
- condition: state
entity_id: input_boolean.ebin_in_bed
@@ -64,13 +69,4 @@ action:
- action: homeassistant.turn_off
entity_id: input_boolean.ebin_is_awake
- choose:
- conditions:
- condition: state
entity_id: media_player.girls_room_hub
state: "playing"
sequence:
- action: media_player.turn_off
entity_id: media_player.girls_room_hub
- delay: "00:00:30"