Fix automations
This commit is contained in:
parent
af2b3848b4
commit
5d1360c59f
@ -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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user