Add xmas lights to modes scripts
This commit is contained in:
parent
6269c1a5e4
commit
e85be673c9
@ -1,5 +1,7 @@
|
|||||||
good_night:
|
good_night:
|
||||||
alias: Good Night
|
alias: Good Night
|
||||||
|
mode: single
|
||||||
|
icon: mdi:weather-night
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
target:
|
target:
|
||||||
@ -10,7 +12,7 @@ good_night:
|
|||||||
data:
|
data:
|
||||||
option: Night
|
option: Night
|
||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
- service: script.bedroom_lights_on
|
- service: script.bedroom_lights_off
|
||||||
- service: script.cctv_on
|
- service: script.cctv_on
|
||||||
- service: alarm_control_panel.alarm_arm_home
|
- service: alarm_control_panel.alarm_arm_home
|
||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
@ -69,6 +71,10 @@ good_night:
|
|||||||
- climate.dining_thermostat
|
- climate.dining_thermostat
|
||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id:
|
entity_id:
|
||||||
|
# Xmas lights
|
||||||
|
- light.twinkly_1
|
||||||
|
- light.twinkly_2
|
||||||
|
- light.wled_star
|
||||||
- light.couch_lights
|
- light.couch_lights
|
||||||
- light.tv_lights
|
- light.tv_lights
|
||||||
- light.office
|
- light.office
|
||||||
@ -86,8 +92,6 @@ good_night:
|
|||||||
- light.table_lamp_lights
|
- light.table_lamp_lights
|
||||||
- light.lego_bookcase_light
|
- light.lego_bookcase_light
|
||||||
- light.notification_cube_light
|
- light.notification_cube_light
|
||||||
mode: single
|
|
||||||
icon: mdi:weather-night
|
|
||||||
|
|
||||||
before_wakeup:
|
before_wakeup:
|
||||||
alias: Before wakeup
|
alias: Before wakeup
|
||||||
@ -102,6 +106,8 @@ before_wakeup:
|
|||||||
|
|
||||||
good_morning:
|
good_morning:
|
||||||
alias: Good Morning
|
alias: Good Morning
|
||||||
|
mode: single
|
||||||
|
icon: mdi:weather-sunny
|
||||||
sequence:
|
sequence:
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
target:
|
target:
|
||||||
@ -124,6 +130,12 @@ good_morning:
|
|||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- switch.computer_outlet
|
- switch.computer_outlet
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
|
# Xmas lights
|
||||||
|
- light.twinkly_1
|
||||||
|
- light.twinkly_2
|
||||||
|
- light.wled_star
|
||||||
- service: script.humidifier_on
|
- service: script.humidifier_on
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
entity_id: switch.mute_doorbell
|
entity_id: switch.mute_doorbell
|
||||||
@ -159,11 +171,11 @@ good_morning:
|
|||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.3d_printer_light
|
entity_id: light.3d_printer_light
|
||||||
mode: single
|
|
||||||
icon: mdi:weather-sunny
|
|
||||||
|
|
||||||
leave_home:
|
leave_home:
|
||||||
alias: Leave Home
|
alias: Leave Home
|
||||||
|
mode: single
|
||||||
|
icon: mdi:home-export-outline
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.cctv_on
|
- service: script.cctv_on
|
||||||
- service: alarm_control_panel.alarm_arm_away
|
- service: alarm_control_panel.alarm_arm_away
|
||||||
@ -238,11 +250,15 @@ leave_home:
|
|||||||
- light.table_lamp_lights
|
- light.table_lamp_lights
|
||||||
- light.lego_bookcase_light
|
- light.lego_bookcase_light
|
||||||
- light.notification_cube_light
|
- light.notification_cube_light
|
||||||
mode: single
|
# Xmas lights
|
||||||
icon: mdi:home-export-outline
|
- light.twinkly_1
|
||||||
|
- light.twinkly_2
|
||||||
|
- light.wled_star
|
||||||
|
|
||||||
arrive_home:
|
arrive_home:
|
||||||
alias: Arrive Home
|
alias: Arrive Home
|
||||||
|
mode: single
|
||||||
|
icon: mdi:home-import-outline
|
||||||
sequence:
|
sequence:
|
||||||
- service: script.cctv_off
|
- service: script.cctv_off
|
||||||
- service: alarm_control_panel.alarm_disarm
|
- service: alarm_control_panel.alarm_disarm
|
||||||
@ -251,6 +267,12 @@ arrive_home:
|
|||||||
data:
|
data:
|
||||||
option: Day
|
option: Day
|
||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
|
# Xmas lights
|
||||||
|
- light.twinkly_1
|
||||||
|
- light.twinkly_2
|
||||||
|
- light.wled_star
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- switch.computer_outlet
|
- switch.computer_outlet
|
||||||
@ -278,5 +300,3 @@ arrive_home:
|
|||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.lego_bookcase_light
|
- light.lego_bookcase_light
|
||||||
mode: single
|
|
||||||
icon: mdi:home-import-outline
|
|
Loading…
Reference in New Issue
Block a user