1
0

Fix automations

This commit is contained in:
Przemek Grondek 2023-11-07 02:25:18 +01:00
parent af2b3848b4
commit 5d1360c59f
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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'