1
0

Compare commits

...

4 Commits

2 changed files with 3 additions and 13 deletions

View File

@ -28,12 +28,6 @@
alias: '[Bedroom] TV turn off at night' alias: '[Bedroom] TV turn off at night'
mode: single mode: single
trigger: trigger:
- platform: state
entity_id:
- input_select.home_mode
to: Night
for:
minutes: 30
- platform: state - platform: state
entity_id: input_select.home_mode entity_id: input_select.home_mode
to: Night to: Night
@ -43,7 +37,7 @@
entity_id: media_player.bedroom_tv entity_id: media_player.bedroom_tv
to: "on" to: "on"
for: for:
minutes: 30 minutes: 60
condition: condition:
- condition: state - condition: state
entity_id: input_select.home_mode entity_id: input_select.home_mode

View File

@ -13,9 +13,9 @@ good_night:
option: Night option: Night
entity_id: input_select.home_mode entity_id: input_select.home_mode
- service: script.cctv_on - service: script.cctv_on
- service: alarm_control_panel.alarm_arm_home - service: script.alarm_arm_stay
entity_id: alarm_control_panel.home_alarm
- service: script.bedroom_lights_off - service: script.bedroom_lights_off
- service: script.bedroom_bed_lamp_on
- choose: - choose:
- conditions: - conditions:
- condition: state - condition: state
@ -52,8 +52,6 @@ good_night:
- service: climate.turn_off - service: climate.turn_off
target: target:
entity_id: climate.ac entity_id: climate.ac
- service: switch.turn_on
entity_id: switch.mute_doorbell
- service: input_boolean.turn_off - service: input_boolean.turn_off
target: target:
entity_id: input_boolean.pc_caffeine entity_id: input_boolean.pc_caffeine
@ -127,8 +125,6 @@ good_morning:
entity_id: entity_id:
- switch.computer_outlet - switch.computer_outlet
- service: script.humidifier_on - service: script.humidifier_on
- service: switch.turn_off
entity_id: switch.mute_doorbell
- service: switch.turn_on - service: switch.turn_on
target: target:
entity_id: switch.coffee_machine_on_off entity_id: switch.coffee_machine_on_off