Compare commits
4 Commits
9875fb343c
...
d28cd869e8
Author | SHA1 | Date | |
---|---|---|---|
d28cd869e8 | |||
717f852162 | |||
8562ee9d0e | |||
64c584ae12 |
@ -28,12 +28,6 @@
|
||||
alias: '[Bedroom] TV turn off at night'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- input_select.home_mode
|
||||
to: Night
|
||||
for:
|
||||
minutes: 30
|
||||
- platform: state
|
||||
entity_id: input_select.home_mode
|
||||
to: Night
|
||||
@ -43,7 +37,7 @@
|
||||
entity_id: media_player.bedroom_tv
|
||||
to: "on"
|
||||
for:
|
||||
minutes: 30
|
||||
minutes: 60
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: input_select.home_mode
|
||||
|
@ -13,9 +13,9 @@ good_night:
|
||||
option: Night
|
||||
entity_id: input_select.home_mode
|
||||
- service: script.cctv_on
|
||||
- service: alarm_control_panel.alarm_arm_home
|
||||
entity_id: alarm_control_panel.home_alarm
|
||||
- service: script.alarm_arm_stay
|
||||
- service: script.bedroom_lights_off
|
||||
- service: script.bedroom_bed_lamp_on
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
@ -52,8 +52,6 @@ good_night:
|
||||
- service: climate.turn_off
|
||||
target:
|
||||
entity_id: climate.ac
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.mute_doorbell
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
entity_id: input_boolean.pc_caffeine
|
||||
@ -127,8 +125,6 @@ good_morning:
|
||||
entity_id:
|
||||
- switch.computer_outlet
|
||||
- service: script.humidifier_on
|
||||
- service: switch.turn_off
|
||||
entity_id: switch.mute_doorbell
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.coffee_machine_on_off
|
||||
|
Loading…
Reference in New Issue
Block a user