diff --git a/configuration/automations/bedroom-tv.yaml b/configuration/automations/bedroom-tv.yaml index b75cd2b..67d2ef5 100644 --- a/configuration/automations/bedroom-tv.yaml +++ b/configuration/automations/bedroom-tv.yaml @@ -29,15 +29,21 @@ mode: single trigger: - platform: state - entity_id: input_select.home_mode - state: 'Night' + entity_id: + - input_select.home_mode + to: Night for: minutes: 30 - platform: state entity_id: input_select.home_mode - state: 'Night' + to: Night for: minutes: 60 + - platform: state + entity_id: media_player.bedroom_tv + to: on + for: + minutes: 30 condition: - condition: state entity_id: input_select.home_mode diff --git a/configuration/automations/work.yaml b/configuration/automations/work.yaml index 2cff0f2..66533e5 100644 --- a/configuration/automations/work.yaml +++ b/configuration/automations/work.yaml @@ -94,9 +94,6 @@ - id: work_daily_minus_15m alias: '[Work] Daily -15m' trigger: - - platform: time - at: '10:45' - condition: - platform: calendar event: start offset: '-0:15:0'