mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Bunches of fixes nd changes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user