Change automation ids from dash to underscor
This commit is contained in:
parent
1058ccc098
commit
f0786ad57b
@ -1,4 +1,4 @@
|
|||||||
- id: 3dprinter-off
|
- id: 3dprinter_off
|
||||||
alias: '[3D Printer] Turn off'
|
alias: '[3D Printer] Turn off'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -19,7 +19,7 @@
|
|||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.3d_printer_light
|
entity_id: light.3d_printer_light
|
||||||
|
|
||||||
- id: 3dprinter-on
|
- id: 3dprinter_on
|
||||||
alias: '[3D Printer] Turn on'
|
alias: '[3D Printer] Turn on'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -30,7 +30,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: rest_command.octoprint_connect
|
- service: rest_command.octoprint_connect
|
||||||
|
|
||||||
- id: 3dprinter-notify
|
- id: 3dprinter_notify
|
||||||
alias: '[3D Printer] Notify'
|
alias: '[3D Printer] Notify'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -61,7 +61,7 @@
|
|||||||
images:
|
images:
|
||||||
- "/config/www/cctv/3d_printer.jpg"
|
- "/config/www/cctv/3d_printer.jpg"
|
||||||
|
|
||||||
- id: 3dprinter-button
|
- id: 3dprinter_button
|
||||||
alias: '[3D Printer] button'
|
alias: '[3D Printer] button'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -101,7 +101,7 @@
|
|||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.3d_printer_light
|
entity_id: light.3d_printer_light
|
||||||
|
|
||||||
- id: 3dprinter-schedule
|
- id: 3dprinter_schedule
|
||||||
alias: '[3D Printer] Schedule turn on'
|
alias: '[3D Printer] Schedule turn on'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -117,7 +117,7 @@
|
|||||||
- service: light.turn_off
|
- service: light.turn_off
|
||||||
entity_id: light.3d_printer_light
|
entity_id: light.3d_printer_light
|
||||||
|
|
||||||
- id: 3dprinter-fan-on
|
- id: 3dprinter_fan_on
|
||||||
alias: '[3D Printer] Fan on'
|
alias: '[3D Printer] Fan on'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -133,7 +133,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: switch.3d_printer_enclosure_fan_on_off
|
entity_id: switch.3d_printer_enclosure_fan_on_off
|
||||||
|
|
||||||
- id: 3dprinter-fan-off
|
- id: 3dprinter_fan_off
|
||||||
alias: '[3D Printer] Fan off'
|
alias: '[3D Printer] Fan off'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -149,7 +149,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: switch.3d_printer_enclosure_fan_on_off
|
entity_id: switch.3d_printer_enclosure_fan_on_off
|
||||||
|
|
||||||
- id: 3dprinter-pause-notify
|
- id: 3dprinter_pause_notify
|
||||||
alias: '[3D Printer] Notify about paused print'
|
alias: '[3D Printer] Notify about paused print'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: ac-turn-on
|
- id: ac_turn_on
|
||||||
alias: '[AC] Computer cave too hot'
|
alias: '[AC] Computer cave too hot'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -38,7 +38,7 @@
|
|||||||
data:
|
data:
|
||||||
temperature: "{{ state_attr('climate.ac', 'temperature') -1 }} "
|
temperature: "{{ state_attr('climate.ac', 'temperature') -1 }} "
|
||||||
|
|
||||||
- id: ac-turn-off
|
- id: ac_turn_off
|
||||||
alias: '[AC] Turn off when windows are open'
|
alias: '[AC] Turn off when windows are open'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: alarm-clock-automation
|
- id: alarm_clock_automation
|
||||||
alias: '[Alarm-Clock] Wakeup automation'
|
alias: '[Alarm-Clock] Wakeup automation'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: calendar
|
- platform: calendar
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: vacation-door-lock
|
- id: vacation_door_lock
|
||||||
alias: "[Alarm] Door relock"
|
alias: "[Alarm] Door relock"
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: alarm-notify-guest
|
- id: alarm_notify_guest
|
||||||
alias: '[Alarm] Notify about guest'
|
alias: '[Alarm] Notify about guest'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: alarm-away-hallway
|
- id: alarm_away_hallway
|
||||||
alias: '[Alarm] Trigger alarm when not at home - Hallway camera'
|
alias: '[Alarm] Trigger alarm when not at home - Hallway camera'
|
||||||
trigger:
|
trigger:
|
||||||
# Use hallway motion sensor
|
# Use hallway motion sensor
|
||||||
@ -62,7 +62,7 @@
|
|||||||
images:
|
images:
|
||||||
- "/config/www/cctv/hallway.mp4"
|
- "/config/www/cctv/hallway.mp4"
|
||||||
|
|
||||||
- id: alarm-away-living-roomn
|
- id: alarm_away_living_roomn
|
||||||
alias: '[Alarm] Trigger alarm when not at home (Living Room)'
|
alias: '[Alarm] Trigger alarm when not at home (Living Room)'
|
||||||
trigger:
|
trigger:
|
||||||
# Use motion sensors
|
# Use motion sensors
|
||||||
@ -141,7 +141,7 @@
|
|||||||
- "/config/www/cctv/living_room.mp4"
|
- "/config/www/cctv/living_room.mp4"
|
||||||
|
|
||||||
|
|
||||||
- id: alarm-away-bedroom
|
- id: alarm_away_bedroom
|
||||||
alias: '[Alarm] Trigger alarm when not at home (Bedroom)'
|
alias: '[Alarm] Trigger alarm when not at home (Bedroom)'
|
||||||
trigger:
|
trigger:
|
||||||
# Use motion sensors
|
# Use motion sensors
|
||||||
@ -190,7 +190,7 @@
|
|||||||
images:
|
images:
|
||||||
- "/config/www/cctv/bedroom.mp4"
|
- "/config/www/cctv/bedroom.mp4"
|
||||||
|
|
||||||
- id: alarm-away-remaining
|
- id: alarm_away_remaining
|
||||||
alias: '[Alarm] Trigger alarm when not at home'
|
alias: '[Alarm] Trigger alarm when not at home'
|
||||||
trigger:
|
trigger:
|
||||||
# Use motion sensors
|
# Use motion sensors
|
||||||
@ -222,7 +222,7 @@
|
|||||||
data:
|
data:
|
||||||
url: "/lovelace-tablet/security"
|
url: "/lovelace-tablet/security"
|
||||||
|
|
||||||
- id: alarm-away-test-vibration
|
- id: alarm_away_test_vibration
|
||||||
alias: '[Alarm] Window vibration test'
|
alias: '[Alarm] Window vibration test'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -244,7 +244,7 @@
|
|||||||
entity_id: camera.living_room
|
entity_id: camera.living_room
|
||||||
url: "/lovelace-tablet/security"
|
url: "/lovelace-tablet/security"
|
||||||
|
|
||||||
- id: alarm-night
|
- id: alarm_night
|
||||||
alias: '[Alarm] Trigger alarm at night'
|
alias: '[Alarm] Trigger alarm at night'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -280,7 +280,7 @@
|
|||||||
data:
|
data:
|
||||||
url: "/lovelace-tablet/security"
|
url: "/lovelace-tablet/security"
|
||||||
|
|
||||||
- id: alarm-arm-away
|
- id: alarm_arm_away
|
||||||
alias: '[Alarm] Arm away'
|
alias: '[Alarm] Arm away'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: zone
|
- platform: zone
|
||||||
@ -291,7 +291,7 @@
|
|||||||
- service: alarm_control_panel.alarm_arm_away
|
- service: alarm_control_panel.alarm_arm_away
|
||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
|
|
||||||
- id: alarm-pending
|
- id: alarm_pending
|
||||||
alias: '[Alarm] Send notification when alarm triggered'
|
alias: '[Alarm] Send notification when alarm triggered'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -307,7 +307,7 @@
|
|||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.siren_switch
|
entity_id: switch.siren_switch
|
||||||
|
|
||||||
- id: alarm-triggered
|
- id: alarm_triggered
|
||||||
alias: '[Alarm] Turn on alarm'
|
alias: '[Alarm] Turn on alarm'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: button-lights-on
|
- id: button_lights_on
|
||||||
alias: '[Bathroom] Lights On'
|
alias: '[Bathroom] Lights On'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -11,7 +11,7 @@
|
|||||||
- service: script.bathroom_lights_on
|
- service: script.bathroom_lights_on
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: bathroom-lights-off
|
- id: bathroom_lights_off
|
||||||
alias: '[Bathroom] Lights Off'
|
alias: '[Bathroom] Lights Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
@ -37,7 +37,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bathroom_lights_off
|
- service: script.bathroom_lights_off
|
||||||
|
|
||||||
- id: button-bathroom-on-off
|
- id: button_bathroom_on_off
|
||||||
alias: '[Bathroom] Button On/Off'
|
alias: '[Bathroom] Button On/Off'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 36bf09a72c8115dd3afd832e83cf38ea
|
- device_id: 36bf09a72c8115dd3afd832e83cf38ea
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bathroom-mirror-lights
|
- id: bathroom_mirror_lights
|
||||||
alias: '[Bathroom] Mirror Button Lights toggle'
|
alias: '[Bathroom] Mirror Button Lights toggle'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
||||||
@ -10,7 +10,7 @@
|
|||||||
- service: script.bathroom_mirror_lights_toggle
|
- service: script.bathroom_mirror_lights_toggle
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: bathroom-mirror-button-vacuum
|
- id: bathroom_mirror_button_vacuum
|
||||||
alias: '[Bathroom] Mirror Button Vacuum'
|
alias: '[Bathroom] Mirror Button Vacuum'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
||||||
@ -33,7 +33,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: vacuum.valetudo_valetudos5
|
entity_id: vacuum.valetudo_valetudos5
|
||||||
|
|
||||||
- id: bathroom-mirror-button-automations-off
|
- id: bathroom_mirror_button_automations_off
|
||||||
alias: '[Bathroom] Mirror Button Automations'
|
alias: '[Bathroom] Mirror Button Automations'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
- device_id: ea9d3cc90cf5da1108925e50489efce9
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bathroom-music-button-next
|
- id: bathroom_music_button_next
|
||||||
alias: '[Bathroom] Music button - next'
|
alias: '[Bathroom] Music button - next'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -21,7 +21,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: media_player.bathroom
|
entity_id: media_player.bathroom
|
||||||
|
|
||||||
- id: bathroom-music-play-playlist
|
- id: bathroom_music_play_playlist
|
||||||
alias: '[Bathroom] Play playlist'
|
alias: '[Bathroom] Play playlist'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -42,7 +42,7 @@
|
|||||||
shuffle: true
|
shuffle: true
|
||||||
- service: script.bathroom_music_play
|
- service: script.bathroom_music_play
|
||||||
|
|
||||||
- id: bathroom-music-button-play
|
- id: bathroom_music_button_play
|
||||||
alias: '[Bathroom] Music button - play'
|
alias: '[Bathroom] Music button - play'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -65,7 +65,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bathroom_music_play
|
- service: script.bathroom_music_play
|
||||||
|
|
||||||
- id: bathroom-music-button-pause
|
- id: bathroom_music_button_pause
|
||||||
alias: '[Bathroom] Music button - play/pause'
|
alias: '[Bathroom] Music button - play/pause'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bathroom-shower-motion-on
|
- id: bathroom_shower_motion_on
|
||||||
alias: '[Bathroom] Shower Motion On'
|
alias: '[Bathroom] Shower Motion On'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
@ -24,7 +24,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: media_player.bathroom
|
entity_id: media_player.bathroom
|
||||||
|
|
||||||
- id: bathroom-shower-motion-off
|
- id: bathroom_shower_motion_off
|
||||||
alias: '[Bathroom] Shower Motion Off'
|
alias: '[Bathroom] Shower Motion Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bathroom-toothbrush-on
|
- id: bathroom_toothbrush_on
|
||||||
alias: '[Bathroom] Toothbrush on'
|
alias: '[Bathroom] Toothbrush on'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -11,7 +11,7 @@
|
|||||||
- service: script.bathroom_mirror_lights_on
|
- service: script.bathroom_mirror_lights_on
|
||||||
- service: script.bathroom_music_on
|
- service: script.bathroom_music_on
|
||||||
|
|
||||||
- id: bathroom-toothbrush-picked-up
|
- id: bathroom_toothbrush_picked_up
|
||||||
alias: '[Bathroom] Toothbrush picked-up'
|
alias: '[Bathroom] Toothbrush picked-up'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: washing-machine-notification
|
- id: washing_machine_notification
|
||||||
alias: '[Washing Machine] Washing notification'
|
alias: '[Washing Machine] Washing notification'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -35,7 +35,7 @@
|
|||||||
duration: 30
|
duration: 30
|
||||||
color: black
|
color: black
|
||||||
|
|
||||||
- id: washing-machine-taken
|
- id: washing_machine_taken
|
||||||
alias: '[Washing Machine] Laundry taken out'
|
alias: '[Washing Machine] Laundry taken out'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bedroom-ac-turn-on
|
- id: bedroom_ac_turn_on
|
||||||
alias: '[AC][Bedroom] Turn on AC when it is hot in bedroom'
|
alias: '[AC][Bedroom] Turn on AC when it is hot in bedroom'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -30,7 +30,7 @@
|
|||||||
data:
|
data:
|
||||||
temperature: "{{ state_attr('climate.ac', 'temperature') -1 }} "
|
temperature: "{{ state_attr('climate.ac', 'temperature') -1 }} "
|
||||||
|
|
||||||
- id: bedroom-ac-turn-off
|
- id: bedroom_ac_turn_off
|
||||||
alias: '[AC][Bedroom] Turn off AC when it is cold in bedroom'
|
alias: '[AC][Bedroom] Turn off AC when it is cold in bedroom'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bedroom-bed-lamp
|
- id: bedroom_bed_lamp
|
||||||
alias: '[Bedroom] Bed Button Lamp'
|
alias: '[Bedroom] Bed Button Lamp'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 0d584dbfe721e00880b38c4dfc1c108e
|
- device_id: 0d584dbfe721e00880b38c4dfc1c108e
|
||||||
@ -9,7 +9,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bedroom_bed_lamp_toggle
|
- service: script.bedroom_bed_lamp_toggle
|
||||||
|
|
||||||
- id: bedroom-bed-sleep-morning
|
- id: bedroom_bed_sleep_morning
|
||||||
alias: '[Bedroom] Bed Sleep/Morning'
|
alias: '[Bedroom] Bed Sleep/Morning'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 0d584dbfe721e00880b38c4dfc1c108e
|
- device_id: 0d584dbfe721e00880b38c4dfc1c108e
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bedroom-bed-motion-night
|
- id: bedroom_bed_motion_night
|
||||||
alias: '[Bedroom] Bed motion night'
|
alias: '[Bedroom] Bed motion night'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -22,7 +22,7 @@
|
|||||||
- 0
|
- 0
|
||||||
- 0
|
- 0
|
||||||
|
|
||||||
- id: bedroom-bed-motion-off
|
- id: bedroom_bed_motion_off
|
||||||
alias: '[Bedroom] Bed motion Off'
|
alias: '[Bedroom] Bed motion Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bedroom-blinds-button-up
|
- id: bedroom_blinds_button_up
|
||||||
alias: '[Bedroom Blinds] Up'
|
alias: '[Bedroom Blinds] Up'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: c90f649df514f80d36ca1a8fde308867
|
- device_id: c90f649df514f80d36ca1a8fde308867
|
||||||
@ -34,7 +34,7 @@
|
|||||||
entity_id: cover.bedroom_blinds
|
entity_id: cover.bedroom_blinds
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: bedroom-blinds-button-down
|
- id: bedroom_blinds_button_down
|
||||||
alias: '[Bedroom Blinds] Down'
|
alias: '[Bedroom Blinds] Down'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: c90f649df514f80d36ca1a8fde308867
|
- device_id: c90f649df514f80d36ca1a8fde308867
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Single click
|
# Single click
|
||||||
- id: bedroom-button-turn-on
|
- id: bedroom_button_turn_on
|
||||||
alias: '[Bedroom] Button Turn On'
|
alias: '[Bedroom] Button Turn On'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -11,7 +11,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bedroom_lights_on
|
- service: script.bedroom_lights_on
|
||||||
|
|
||||||
- id: bedroom-button-turn-off
|
- id: bedroom_button_turn_off
|
||||||
alias: '[Bedroom] Button Turn Off'
|
alias: '[Bedroom] Button Turn Off'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -23,7 +23,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bedroom_all_lights_off
|
- service: script.bedroom_all_lights_off
|
||||||
|
|
||||||
- id: bedroom-button-dim-up
|
- id: bedroom_button_dim_up
|
||||||
alias: '[Bedroom] Button Dim Up'
|
alias: '[Bedroom] Button Dim Up'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -38,7 +38,7 @@
|
|||||||
brightness_step_pct: 10
|
brightness_step_pct: 10
|
||||||
entity_id: light.bedroom_lights
|
entity_id: light.bedroom_lights
|
||||||
|
|
||||||
- id: bedroom-button-dim-down
|
- id: bedroom_button_dim_down
|
||||||
alias: '[Bedroom] Button Dim Down'
|
alias: '[Bedroom] Button Dim Down'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -54,7 +54,7 @@
|
|||||||
entity_id: light.bedroom_lights
|
entity_id: light.bedroom_lights
|
||||||
|
|
||||||
# Double click
|
# Double click
|
||||||
- id: bedroom-button-dim-up-double
|
- id: bedroom_button_dim_up_double
|
||||||
alias: '[Bedroom] Button Dim Up Double'
|
alias: '[Bedroom] Button Dim Up Double'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -70,8 +70,8 @@
|
|||||||
kelvin: 3200
|
kelvin: 3200
|
||||||
entity_id: light.bedroom_lights
|
entity_id: light.bedroom_lights
|
||||||
|
|
||||||
- id: bedroom-button-dim-down-double
|
- id: bedroom_button_dim_down_double
|
||||||
alias: '[Bedroom] Button Dim Up'
|
alias: '[Bedroom] Button Dim Down double'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 15b083b6b5e2acb5d37fbbfbfc76281f
|
- device_id: 15b083b6b5e2acb5d37fbbfbfc76281f
|
||||||
@ -87,7 +87,7 @@
|
|||||||
entity_id: light.bedroom_lights
|
entity_id: light.bedroom_lights
|
||||||
|
|
||||||
# Held
|
# Held
|
||||||
- id: bedroom-button-turn-on-held
|
- id: bedroom_button_turn_on_held
|
||||||
alias: '[Bedroom] Button Blinds up'
|
alias: '[Bedroom] Button Blinds up'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -100,7 +100,7 @@
|
|||||||
- service: cover.open_cover
|
- service: cover.open_cover
|
||||||
entity_id: cover.bedroom_blinds
|
entity_id: cover.bedroom_blinds
|
||||||
|
|
||||||
- id: bedroom-button-turn-off-held
|
- id: bedroom_button_turn_off_held
|
||||||
alias: '[Bedroom] Button Blinds down'
|
alias: '[Bedroom] Button Blinds down'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: humidifier_on
|
- id: bedroom_humidifier_on
|
||||||
alias: '[Bedroom] Turn on humidifier'
|
alias: '[Bedroom] Turn on humidifier'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -18,8 +18,8 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.humidifier_on
|
- service: script.humidifier_on
|
||||||
|
|
||||||
- id: humidifier_off
|
- id: bedroom_humidifier_off
|
||||||
alias: '[Bedroom] Turn on humidifier'
|
alias: '[Bedroom] Turn off humidifier'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- platform: numeric_state
|
- platform: numeric_state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bedroom-motion-dark
|
- id: bedroom_motion_dark
|
||||||
alias: '[Bedroom] Motion day dark'
|
alias: '[Bedroom] Motion day dark'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -19,7 +19,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bedroom_lights_on
|
- service: script.bedroom_lights_on
|
||||||
|
|
||||||
- id: bedroom-motion-off
|
- id: bedroom_motion_off
|
||||||
alias: '[Bedroom] Motion Off'
|
alias: '[Bedroom] Motion Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: bedroom-tv-on
|
- id: bedroom_tv_on
|
||||||
alias: '[Bedroom] TV On'
|
alias: '[Bedroom] TV On'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -11,7 +11,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bedroom_tv_scene
|
- service: script.bedroom_tv_scene
|
||||||
|
|
||||||
- id: bedroom-tv-off
|
- id: bedroom_tv_off
|
||||||
alias: '[Bedroom] TV Off'
|
alias: '[Bedroom] TV Off'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -24,7 +24,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.bedroom_tv_off_scene
|
- service: script.bedroom_tv_off_scene
|
||||||
|
|
||||||
- id: bedroom-tv-turn-off-at-night
|
- id: bedroom_tv_turn_off_at_night
|
||||||
alias: '[Bedroom] TV turn off at night'
|
alias: '[Bedroom] TV turn off at night'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -35,7 +35,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: media_player.bedroom_tv
|
entity_id: media_player.bedroom_tv
|
||||||
|
|
||||||
- id: bedroom-tv-off-at-night
|
- id: bedroom_tv_off_at_night
|
||||||
alias: '[Bedroom] TV stay off at night'
|
alias: '[Bedroom] TV stay off at night'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: behaviour-put-laundry-away
|
- id: behaviour_put_laundry_away
|
||||||
alias: "[Behaviour] Put laundry away"
|
alias: "[Behaviour] Put laundry away"
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -17,7 +17,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: input_boolean.put_laundry_away
|
entity_id: input_boolean.put_laundry_away
|
||||||
|
|
||||||
- id: behaviour-put-laundry-away-reminder
|
- id: behaviour_put_laundry_away_reminder
|
||||||
alias: "[Behaviour] Put laundry away reminder"
|
alias: "[Behaviour] Put laundry away reminder"
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: calendar-coffee-machine-off
|
- id: calendar_coffee_machine_off
|
||||||
alias: "[Calendar] Coffee machine off"
|
alias: "[Calendar] Coffee machine off"
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -21,7 +21,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: switch.coffee_machine_on_off
|
entity_id: switch.coffee_machine_on_off
|
||||||
|
|
||||||
- id: calendar-coffee-machine-on
|
- id: calendar_coffee_machine_on
|
||||||
alias: "[Calendar] Coffee machine on"
|
alias: "[Calendar] Coffee machine on"
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -37,7 +37,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: switch.coffee_machine_on_off
|
entity_id: switch.coffee_machine_on_off
|
||||||
|
|
||||||
- id: calendar-before-wakeup
|
- id: calendar_before_wakeup
|
||||||
alias: "[Calendar] Before wakeup"
|
alias: "[Calendar] Before wakeup"
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
url:
|
url:
|
||||||
_: "/lovelace-tablet/security"
|
_: "/lovelace-tablet/security"
|
||||||
|
|
||||||
- id: camera-hallway-notification
|
- id: camera_hallway_notification
|
||||||
alias: '[Camera] Hallway notification'
|
alias: '[Camera] Hallway notification'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -56,7 +56,7 @@
|
|||||||
url:
|
url:
|
||||||
_: "/lovelace-tablet/security"
|
_: "/lovelace-tablet/security"
|
||||||
|
|
||||||
- id: camera-hallway-person-notification
|
- id: camera_hallway_person_notification
|
||||||
alias: '[Camera] Hallway person detected'
|
alias: '[Camera] Hallway person detected'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -77,7 +77,7 @@
|
|||||||
url:
|
url:
|
||||||
_: "/lovelace-tablet/security"
|
_: "/lovelace-tablet/security"
|
||||||
|
|
||||||
- id: camera-livingroom-person-notification
|
- id: camera_livingroom_person_notification
|
||||||
alias: '[Camera] Living Room person detected'
|
alias: '[Camera] Living Room person detected'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: office-button-light-toggle
|
- id: office_button_light_toggle
|
||||||
alias: '[Office] Button Light'
|
alias: '[Office] Button Light'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -10,7 +10,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.office_lights_toggle
|
- service: script.office_lights_toggle
|
||||||
|
|
||||||
- id: office-button-wol
|
- id: office_button_wol
|
||||||
alias: '[Office] Button WoL'
|
alias: '[Office] Button WoL'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 5b972523e427721ec88e095994f7cc16
|
- device_id: 5b972523e427721ec88e095994f7cc16
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: button-dining-blinds-up
|
- id: button_dining_blinds_up
|
||||||
alias: '[Dining Blinds] Up'
|
alias: '[Dining Blinds] Up'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
|
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
|
||||||
@ -34,7 +34,7 @@
|
|||||||
entity_id: cover.dining_blinds
|
entity_id: cover.dining_blinds
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: button-dining-blinds-down
|
- id: button_dining_blinds_down
|
||||||
alias: '[Dining Blinds] Down'
|
alias: '[Dining Blinds] Down'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
|
- device_id: 6818c2a8921603a8a04e6c6f4d45a8ec
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: front-door-doorbell
|
- id: front_door_doorbell
|
||||||
alias: '[Front door] Doorbell'
|
alias: '[Front door] Doorbell'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: front-door-open-notify
|
- id: front_door_open_notify
|
||||||
alias: '[INFO] Front door left open'
|
alias: '[INFO] Front door left open'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -18,7 +18,7 @@
|
|||||||
- action: LOCK_DOOR
|
- action: LOCK_DOOR
|
||||||
title: Lock door
|
title: Lock door
|
||||||
|
|
||||||
- id: front-door-open-close
|
- id: front_door_open_close
|
||||||
alias: '[Front Door] Open door'
|
alias: '[Front Door] Open door'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -30,7 +30,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.hallway_lights_on
|
- service: script.hallway_lights_on
|
||||||
|
|
||||||
- id: front-door-invalid-state
|
- id: front_door_invalid_state
|
||||||
alias: '[Front Door] Notify about wrong state'
|
alias: '[Front Door] Notify about wrong state'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: hallway-front-door-button-lock
|
- id: hallway_front_door_button_lock
|
||||||
alias: '[Front Door] Button Lock'
|
alias: '[Front Door] Button Lock'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: d30d25752f5e6741eb8d9562f5b44897
|
- device_id: d30d25752f5e6741eb8d9562f5b44897
|
||||||
@ -21,7 +21,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: lock.front_door_lock_doorlock
|
entity_id: lock.front_door_lock_doorlock
|
||||||
|
|
||||||
- id: hallway-front-door-button-unlock
|
- id: hallway_front_door_button_unlock
|
||||||
alias: '[Front Door] Button Unlock'
|
alias: '[Front Door] Button Unlock'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: d30d25752f5e6741eb8d9562f5b44897
|
- device_id: d30d25752f5e6741eb8d9562f5b44897
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: hallway-button
|
- id: hallway_button
|
||||||
alias: '[Hallway] Button single press'
|
alias: '[Hallway] Button single press'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -10,7 +10,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.hallway_lights_toggle
|
- service: script.hallway_lights_toggle
|
||||||
|
|
||||||
- id: hallway-button-double
|
- id: hallway_button_double
|
||||||
alias: '[Hallway] Button double press'
|
alias: '[Hallway] Button double press'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -22,7 +22,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.leave_home
|
- service: script.leave_home
|
||||||
|
|
||||||
- id: hallway-motion-on
|
- id: hallway_motion_on
|
||||||
alias: '[Hallway] Motion On'
|
alias: '[Hallway] Motion On'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
@ -39,7 +39,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.hallway_lights_on
|
- service: script.hallway_lights_on
|
||||||
|
|
||||||
- id: hallway-motion-off
|
- id: hallway_motion_off
|
||||||
alias: '[Hallway] Motion Off'
|
alias: '[Hallway] Motion Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: ra-music-bathroom-arrive
|
- id: ra_music_bathroom_arrive
|
||||||
alias: '[RA] Bathroom arrive'
|
alias: '[RA] Bathroom arrive'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -18,7 +18,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: media_player.bathroom
|
entity_id: media_player.bathroom
|
||||||
|
|
||||||
- id: ra-music-bathroom-leave
|
- id: ra_music_bathroom_leave
|
||||||
alias: '[RA] Bathroom leave'
|
alias: '[RA] Bathroom leave'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -37,7 +37,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: media_player.bathroom
|
entity_id: media_player.bathroom
|
||||||
|
|
||||||
- id: ra-music-bedroom-arrive
|
- id: ra_music_bedroom_arrive
|
||||||
alias: '[RA] Bedroom arrive'
|
alias: '[RA] Bedroom arrive'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -57,7 +57,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: media_player.bedroom
|
entity_id: media_player.bedroom
|
||||||
|
|
||||||
- id: ra-music-bedroom-leave
|
- id: ra_music_bedroom_leave
|
||||||
alias: '[RA] Bedroom leave'
|
alias: '[RA] Bedroom leave'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: info-battery-notice
|
- id: info_battery_notice
|
||||||
alias: '[INFO] Battery notice'
|
alias: '[INFO] Battery notice'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: info-leak-notice
|
- id: info_leak_notice
|
||||||
alias: '[INFO] Leak notice'
|
alias: '[INFO] Leak notice'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -41,7 +41,7 @@
|
|||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
- service: script.cctv_snapshot_all
|
- service: script.cctv_snapshot_all
|
||||||
|
|
||||||
- id: info-leak-cleared-notice
|
- id: info_leak_cleared_notice
|
||||||
alias: '[INFO] Leak cleared notice'
|
alias: '[INFO] Leak cleared notice'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -76,7 +76,7 @@
|
|||||||
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
{{ state_attr(trigger.entity_id, 'friendly_name') }}
|
||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
|
|
||||||
- id: info-smoke-notice
|
- id: info_smoke_notice
|
||||||
alias: '[INFO] Smoke notice'
|
alias: '[INFO] Smoke notice'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -107,8 +107,8 @@
|
|||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
- service: script.cctv_snapshot_all
|
- service: script.cctv_snapshot_all
|
||||||
|
|
||||||
- id: info-smoke-cleared-notice
|
- id: info_smoke_cleared_notice
|
||||||
alias: '[INFO] Smoke notice'
|
alias: '[INFO] Smoke cleared notice'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: info-plants
|
- id: info_plants
|
||||||
alias: '[INFO] Water plants'
|
alias: '[INFO] Water plants'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: info-slow-eth0
|
- id: info_slow_eth0
|
||||||
alias: '[Notify] Slow eth0 link'
|
alias: '[Notify] Slow eth0 link'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -10,7 +10,7 @@
|
|||||||
data:
|
data:
|
||||||
message: Internet link fell down to 100 Mbit
|
message: Internet link fell down to 100 Mbit
|
||||||
|
|
||||||
- id: info-slow-eth4
|
- id: info_slow_eth4
|
||||||
alias: '[Notify] Slow eth4 link - WiFi'
|
alias: '[Notify] Slow eth4 link - WiFi'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: info-unavailable-notice
|
- id: info_unavailable_notice
|
||||||
alias: '[INFO] Unavailable notice'
|
alias: '[INFO] Unavailable notice'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: intercom-button
|
- id: intercom_button
|
||||||
alias: '[Intercom] Button'
|
alias: '[Intercom] Button'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: ios-door-lock
|
- id: ios_door_lock
|
||||||
alias: '[ios] Door Lock'
|
alias: '[ios] Door Lock'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -25,7 +25,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: lock.front_door_lock_doorlock
|
entity_id: lock.front_door_lock_doorlock
|
||||||
|
|
||||||
- id: ios-intercom-button
|
- id: ios_intercom_button
|
||||||
alias: '[ios] Intercom button'
|
alias: '[ios] Intercom button'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -38,7 +38,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: input_boolean.intercom_button
|
entity_id: input_boolean.intercom_button
|
||||||
|
|
||||||
- id: ios-good-night
|
- id: ios_good_night
|
||||||
alias: '[ios] Good Night'
|
alias: '[ios] Good Night'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -49,7 +49,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.good_night
|
- service: script.good_night
|
||||||
|
|
||||||
- id: ios-good-morning
|
- id: ios_good_morning
|
||||||
alias: '[ios] Good Morning'
|
alias: '[ios] Good Morning'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -60,7 +60,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.good_morning
|
- service: script.good_morning
|
||||||
|
|
||||||
- id: ios-leave-home
|
- id: ios_leave_home
|
||||||
alias: '[ios] Leave Home'
|
alias: '[ios] Leave Home'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -71,7 +71,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.leave_home
|
- service: script.leave_home
|
||||||
|
|
||||||
- id: ios-arrive-home
|
- id: ios_arrive_home
|
||||||
alias: '[ios] Arrive Home'
|
alias: '[ios] Arrive Home'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Kitchen button
|
# Kitchen button
|
||||||
- id: kitchen-button-1 # Upper Left
|
- id: kitchen_button_1 # Upper Left
|
||||||
alias: '[Kitchen] Button 1'
|
alias: '[Kitchen] Button 1'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -12,7 +12,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.kitchen_lights_on
|
- service: script.kitchen_lights_on
|
||||||
|
|
||||||
- id: kitchen-button-2 # Upper right
|
- id: kitchen_button_2 # Upper right
|
||||||
alias: '[Kitchen] Button 2'
|
alias: '[Kitchen] Button 2'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -25,7 +25,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.hallway_lights_on
|
- service: script.hallway_lights_on
|
||||||
|
|
||||||
- id: kitchen-button-3 # Lower left
|
- id: kitchen_button_3 # Lower left
|
||||||
alias: '[Kitchen] Button 3'
|
alias: '[Kitchen] Button 3'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -38,7 +38,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.kitchen_lights_off
|
- service: script.kitchen_lights_off
|
||||||
|
|
||||||
- id: kitchen-button-4 # Lower Right
|
- id: kitchen_button_4 # Lower Right
|
||||||
alias: '[Kitchen] Button 4'
|
alias: '[Kitchen] Button 4'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -56,7 +56,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: light.hallway_lightstrip
|
entity_id: light.hallway_lightstrip
|
||||||
|
|
||||||
- id: kitchen-button-2-held # Upper right
|
- id: kitchen_button_2-held # Upper right
|
||||||
alias: '[Kitchen] Button 2 Hold'
|
alias: '[Kitchen] Button 2 Hold'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -73,7 +73,7 @@
|
|||||||
data:
|
data:
|
||||||
brightness_step_pct: 10
|
brightness_step_pct: 10
|
||||||
|
|
||||||
- id: kitchen-button-4-held # Upper right
|
- id: kitchen_button_4-held # Upper right
|
||||||
alias: '[Kitchen] Button 4 Hold'
|
alias: '[Kitchen] Button 4 Hold'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -91,7 +91,7 @@
|
|||||||
brightness_step_pct: -10
|
brightness_step_pct: -10
|
||||||
|
|
||||||
# Kitchen sink button
|
# Kitchen sink button
|
||||||
- id: kitchen-sink-button
|
- id: kitchen_sink_button
|
||||||
alias: '[Kitchen] Sink Button'
|
alias: '[Kitchen] Sink Button'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 1610374adcb5c5c1a763616a57411eac
|
- device_id: 1610374adcb5c5c1a763616a57411eac
|
||||||
@ -136,7 +136,7 @@
|
|||||||
kelvin: 3200
|
kelvin: 3200
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: kitchen-sink-button-hold
|
- id: kitchen_sink_button_hold
|
||||||
alias: '[Kitchen] Sink Button Hold'
|
alias: '[Kitchen] Sink Button Hold'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 1610374adcb5c5c1a763616a57411eac
|
- device_id: 1610374adcb5c5c1a763616a57411eac
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: kitchen-freezer-open
|
- id: kitchen_freezer_open
|
||||||
alias: '[Kitchen] Freezer open'
|
alias: '[Kitchen] Freezer open'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: kitchen-lights-on
|
- id: kitchen_lights_on
|
||||||
alias: '[Kitchen] Lights On'
|
alias: '[Kitchen] Lights On'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -21,7 +21,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.kitchen_lights_on
|
- service: script.kitchen_lights_on
|
||||||
|
|
||||||
- id: kitchen-lights-off
|
- id: kitchen_lights_off
|
||||||
alias: '[Kitchen] Lights Off'
|
alias: '[Kitchen] Lights Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Living Room button
|
# Living Room button
|
||||||
- id: living-room-button-1 # Upper Left
|
- id: living_room_button_1 # Upper Left
|
||||||
alias: '[Living Room] Button 1 - Office Light'
|
alias: '[Living Room] Button 1 - Office Light'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -12,7 +12,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.table_lights_toggle
|
- service: script.table_lights_toggle
|
||||||
|
|
||||||
- id: living-room-button-2 # Upper right
|
- id: living_room_button_2 # Upper right
|
||||||
alias: '[Living Room] Button 2 - Couch Light'
|
alias: '[Living Room] Button 2 - Couch Light'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -25,7 +25,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.living_room_lights_toggle
|
- service: script.living_room_lights_toggle
|
||||||
|
|
||||||
- id: living-room-button-3 # Middle left
|
- id: living_room_button_3 # Middle left
|
||||||
alias: '[Living Room] Button 3 - AndroidTV'
|
alias: '[Living Room] Button 3 - AndroidTV'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -50,7 +50,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.tv_atv
|
- service: script.tv_atv
|
||||||
|
|
||||||
- id: living-room-button-4 # Middle right
|
- id: living_room_button_4 # Middle right
|
||||||
alias: '[Living Room] Button 4 - Xbox'
|
alias: '[Living Room] Button 4 - Xbox'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -75,7 +75,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.tv_xbox
|
- service: script.tv_xbox
|
||||||
|
|
||||||
- id: living-room-button-5 # Bottom left
|
- id: living_room_button_5 # Bottom left
|
||||||
alias: '[Living Room] Button 5 - Nintendo Swithc'
|
alias: '[Living Room] Button 5 - Nintendo Swithc'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -100,7 +100,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.tv_nintendo_switch
|
- service: script.tv_nintendo_switch
|
||||||
|
|
||||||
- id: living-room-button-6 # Bottom right
|
- id: living_room_button_6 # Bottom right
|
||||||
alias: '[Living Room] Button 6 - Playstation4'
|
alias: '[Living Room] Button 6 - Playstation4'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -125,7 +125,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.tv_ps4
|
- service: script.tv_ps4
|
||||||
|
|
||||||
- id: living-room-tv-off
|
- id: living_room_tv_off
|
||||||
alias: '[Living Room] Turn TV Off'
|
alias: '[Living Room] Turn TV Off'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: living-room-lights-on
|
- id: living_room_lights_on
|
||||||
alias: '[Living Room] Lights On'
|
alias: '[Living Room] Lights On'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -14,7 +14,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.living_room_lights_on
|
- service: script.living_room_lights_on
|
||||||
|
|
||||||
- id: living-room-lights-off
|
- id: living_room_lights_off
|
||||||
alias: '[Living Room] Lights Off'
|
alias: '[Living Room] Lights Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: living-room-tv-volume-notification
|
- id: living_room_tv_volume_notification
|
||||||
alias: '[Living Room][TV] Volume notification'
|
alias: '[Living Room][TV] Volume notification'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -19,7 +19,7 @@
|
|||||||
duration: 1
|
duration: 1
|
||||||
color: black
|
color: black
|
||||||
|
|
||||||
- id: living-room-tv-suspend-pc
|
- id: living_room_tv_suspend_pc
|
||||||
alias: '[Living Room][TV] When turned on suspend PC'
|
alias: '[Living Room][TV] When turned on suspend PC'
|
||||||
description: ''
|
description: ''
|
||||||
mode: single
|
mode: single
|
||||||
@ -31,7 +31,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.pc_sleep
|
- service: script.pc_sleep
|
||||||
|
|
||||||
- id: living-room-tv-update-harmony-mode
|
- id: living_room_tv_update_harmony_mode
|
||||||
alias: '[Living Room][TV] Update harmony mode'
|
alias: '[Living Room][TV] Update harmony mode'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: nfc-frontdoor
|
- id: nfc_frontdoor
|
||||||
alias: '[NFC] Front door'
|
alias: '[NFC] Front door'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: tag
|
- platform: tag
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: office-blinds-button-down
|
- id: office_blinds_button_down
|
||||||
alias: '[Office Blinds] Down'
|
alias: '[Office Blinds] Down'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: a47c928b108240ed8866f9f7a70bc844
|
- device_id: a47c928b108240ed8866f9f7a70bc844
|
||||||
@ -10,7 +10,7 @@
|
|||||||
- service: script.office_blinds_down
|
- service: script.office_blinds_down
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: office-blinds-button-up
|
- id: office_blinds_button_up
|
||||||
alias: '[Office Blinds] Up'
|
alias: '[Office Blinds] Up'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: a47c928b108240ed8866f9f7a70bc844
|
- device_id: a47c928b108240ed8866f9f7a70bc844
|
||||||
@ -22,7 +22,7 @@
|
|||||||
- service: script.office_blinds_up
|
- service: script.office_blinds_up
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: office-blinds-button-down-all
|
- id: office_blinds_button_down_all
|
||||||
alias: '[Office Blinds] Down All'
|
alias: '[Office Blinds] Down All'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: a47c928b108240ed8866f9f7a70bc844
|
- device_id: a47c928b108240ed8866f9f7a70bc844
|
||||||
@ -37,7 +37,7 @@
|
|||||||
- cover.office_blinds
|
- cover.office_blinds
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: office-blinds-button-up-all
|
- id: office_blinds_button_up_all
|
||||||
alias: '[Office Blinds] Up All'
|
alias: '[Office Blinds] Up All'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: a47c928b108240ed8866f9f7a70bc844
|
- device_id: a47c928b108240ed8866f9f7a70bc844
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: office-brightness-dark
|
- id: office_brightness_dark
|
||||||
alias: '[Brightness] Dark - close covers'
|
alias: '[Brightness] Dark - close covers'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -20,7 +20,7 @@
|
|||||||
- cover.office_blinds
|
- cover.office_blinds
|
||||||
- cover.dining_blinds
|
- cover.dining_blinds
|
||||||
|
|
||||||
- id: office-brightness-dark-lights-on
|
- id: office_brightness_dark_lights_on
|
||||||
alias: '[Brightness] Dark - turn on lights'
|
alias: '[Brightness] Dark - turn on lights'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -52,7 +52,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.office_lights_on
|
- service: script.office_lights_on
|
||||||
|
|
||||||
- id: office-brightness-ok-lights-off
|
- id: office_brightness_ok_lights_off
|
||||||
alias: '[Brightness] Dark - turn off lights'
|
alias: '[Brightness] Dark - turn off lights'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -70,7 +70,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.office_lights_off
|
- service: script.office_lights_off
|
||||||
|
|
||||||
- id: office-brightness-ok
|
- id: office_brightness_ok
|
||||||
alias: '[Brightness] OK - open covers'
|
alias: '[Brightness] OK - open covers'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -130,7 +130,7 @@
|
|||||||
- cover.dining_blinds
|
- cover.dining_blinds
|
||||||
- service: script.office_blinds_up
|
- service: script.office_blinds_up
|
||||||
|
|
||||||
- id: office-brightness-bright
|
- id: office_brightness_bright
|
||||||
alias: '[Brightness] Bright - close covers'
|
alias: '[Brightness] Bright - close covers'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: office-leak
|
- id: office_leak
|
||||||
alias: '[Office] leak detected'
|
alias: '[Office] leak detected'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: office-lights-on
|
- id: office_lights_on
|
||||||
alias: '[Office] Lights On'
|
alias: '[Office] Lights On'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -14,7 +14,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.office_lights_on
|
- service: script.office_lights_on
|
||||||
|
|
||||||
- id: office-lights-off
|
- id: office_lights_off
|
||||||
alias: '[Office] Lights Off'
|
alias: '[Office] Lights Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: presence-arrive
|
- id: presence_arrive
|
||||||
alias: '[Presence] Arrive Home'
|
alias: '[Presence] Arrive Home'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -21,7 +21,7 @@
|
|||||||
- action: UNLOCK_DOOR
|
- action: UNLOCK_DOOR
|
||||||
title: Unlock door
|
title: Unlock door
|
||||||
|
|
||||||
- id: presence-leave
|
- id: presence_leave
|
||||||
alias: '[Presence] Leave Home'
|
alias: '[Presence] Leave Home'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: rack-printer-button
|
- id: rack_printer_button
|
||||||
alias: '[Rack] Printer toggle button'
|
alias: '[Rack] Printer toggle button'
|
||||||
trigger:
|
trigger:
|
||||||
- device_id: 0c23a8e92f43f628e584dc1805c6915e
|
- device_id: 0c23a8e92f43f628e584dc1805c6915e
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: steam-hue-sync-racing
|
- id: steam_hue_sync_racing
|
||||||
alias: '[Steam] Set Hue sync to racing profile'
|
alias: '[Steam] Set Hue sync to racing profile'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -41,7 +41,7 @@
|
|||||||
- automation.brightness_very_bright
|
- automation.brightness_very_bright
|
||||||
- automation.brightness_very_bright_2
|
- automation.brightness_very_bright_2
|
||||||
|
|
||||||
- id: steam-hue-sync-normal
|
- id: steam_hue_sync_normal
|
||||||
alias: '[Steam] Set hue sync back'
|
alias: '[Steam] Set hue sync back'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: table-lights-on
|
- id: table_lights_on
|
||||||
alias: '[Table] Lights On'
|
alias: '[Table] Lights On'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -14,7 +14,7 @@
|
|||||||
sequence:
|
sequence:
|
||||||
- service: script.table_lights_on
|
- service: script.table_lights_on
|
||||||
|
|
||||||
- id: table-lights-off
|
- id: table_lights_off
|
||||||
alias: '[Table] Lights Off'
|
alias: '[Table] Lights Off'
|
||||||
mode: restart
|
mode: restart
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: ups-discharging
|
- id: ups_discharging
|
||||||
alias: '[UPS] Discharging'
|
alias: '[UPS] Discharging'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -19,7 +19,7 @@
|
|||||||
@everyone
|
@everyone
|
||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
|
|
||||||
- id: ups-charging
|
- id: ups_charging
|
||||||
alias: '[UPS] Charging'
|
alias: '[UPS] Charging'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -40,7 +40,7 @@
|
|||||||
@everyone
|
@everyone
|
||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
|
|
||||||
- id: ups-power-back
|
- id: ups_power_back
|
||||||
alias: '[UPS] Power back'
|
alias: '[UPS] Power back'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -61,7 +61,7 @@
|
|||||||
@everyone
|
@everyone
|
||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
|
|
||||||
- id: ups-battery-under-100
|
- id: ups_battery_under_100
|
||||||
alias: '[UPS] Battery Under 100%'
|
alias: '[UPS] Battery Under 100%'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -82,7 +82,7 @@
|
|||||||
@everyone
|
@everyone
|
||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
|
|
||||||
- id: ups-battery-under-50
|
- id: ups_battery_under_50
|
||||||
alias: '[UPS] Battery Under 50%'
|
alias: '[UPS] Battery Under 50%'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -103,7 +103,7 @@
|
|||||||
@everyone
|
@everyone
|
||||||
target: [ "1109936159951441960" ]
|
target: [ "1109936159951441960" ]
|
||||||
|
|
||||||
- id: ups-battery-under-10
|
- id: ups_battery_under_10
|
||||||
alias: '[UPS] Battery Under 10%'
|
alias: '[UPS] Battery Under 10%'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: alarm-disarm-andrzej
|
- id: alarm_disarm_andrzej
|
||||||
alias: "[Alarm][Vacation] Disarm Andrzej arrive"
|
alias: "[Alarm][Vacation] Disarm Andrzej arrive"
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -10,7 +10,7 @@
|
|||||||
action:
|
action:
|
||||||
- service: script.arrive_home
|
- service: script.arrive_home
|
||||||
|
|
||||||
- id: alarm-arm-andrzej
|
- id: alarm_arm_andrzej
|
||||||
alias: "[Alarm][Vacation] Arm Andrzej arrive"
|
alias: "[Alarm][Vacation] Arm Andrzej arrive"
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: vacation-enable
|
- id: vacation_enable
|
||||||
alias: '[Vacation] mode enabled'
|
alias: '[Vacation] mode enabled'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -21,7 +21,7 @@
|
|||||||
restore_states: True
|
restore_states: True
|
||||||
random: 300
|
random: 300
|
||||||
|
|
||||||
- id: vacation-disable
|
- id: vacation_disable
|
||||||
alias: '[Vacation] mode disabled'
|
alias: '[Vacation] mode disabled'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
entity_id: vacuum.valetudo_valetudos5
|
entity_id: vacuum.valetudo_valetudos5
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: vacuum-finish
|
- id: vacuum_finish
|
||||||
alias: '[Vacuum] After cleaning'
|
alias: '[Vacuum] After cleaning'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -46,7 +46,7 @@
|
|||||||
- service: alarm_control_panel.alarm_arm_away
|
- service: alarm_control_panel.alarm_arm_away
|
||||||
entity_id: alarm_control_panel.home_alarm
|
entity_id: alarm_control_panel.home_alarm
|
||||||
|
|
||||||
- id: vacuum-daily-reset
|
- id: vacuum_daily_reset
|
||||||
alias: '[Vacuum] Reset daily cleaning'
|
alias: '[Vacuum] Reset daily cleaning'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
@ -56,7 +56,7 @@
|
|||||||
target:
|
target:
|
||||||
entity_id: input_boolean.vacuum_vacuumed_today
|
entity_id: input_boolean.vacuum_vacuumed_today
|
||||||
|
|
||||||
- id: vacuum-clean-sensors
|
- id: vacuum_clean_sensors
|
||||||
alias: '[Vacuum] Clean sensors'
|
alias: '[Vacuum] Clean sensors'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -75,7 +75,7 @@
|
|||||||
data:
|
data:
|
||||||
message: Clean sensors
|
message: Clean sensors
|
||||||
|
|
||||||
- id: vacuum-buy-main-brush
|
- id: vacuum_buy_main_brush
|
||||||
alias: '[Vacuum] Buy main brush'
|
alias: '[Vacuum] Buy main brush'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -91,7 +91,7 @@
|
|||||||
data:
|
data:
|
||||||
url: "https://allegro.pl/listing?string=roborock+s5+szczotka"
|
url: "https://allegro.pl/listing?string=roborock+s5+szczotka"
|
||||||
|
|
||||||
- id: vacuum-change-main-brush
|
- id: vacuum_change_main_brush
|
||||||
alias: '[Vacuum] Change main brush'
|
alias: '[Vacuum] Change main brush'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -110,7 +110,7 @@
|
|||||||
data:
|
data:
|
||||||
message: "Main brush has {{ states('sensor.valetudo_valetudos5_main_brush') }} minutes of lifetime change it"
|
message: "Main brush has {{ states('sensor.valetudo_valetudos5_main_brush') }} minutes of lifetime change it"
|
||||||
|
|
||||||
- id: vacuum-buy-side-brush
|
- id: vacuum_buy_side_brush
|
||||||
alias: '[Vacuum] Buy side brush'
|
alias: '[Vacuum] Buy side brush'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -126,7 +126,7 @@
|
|||||||
data:
|
data:
|
||||||
url: "https://allegro.pl/listing?string=roborock+s5+szczotka"
|
url: "https://allegro.pl/listing?string=roborock+s5+szczotka"
|
||||||
|
|
||||||
- id: vacuum-change-side-brush
|
- id: vacuum_change_side_brush
|
||||||
alias: '[Vacuum] Change side brush'
|
alias: '[Vacuum] Change side brush'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -145,7 +145,7 @@
|
|||||||
data:
|
data:
|
||||||
message: "Side brush has {{ states('sensor.valetudo_valetudos5_right_brush') }} minutes of lifetime change it"
|
message: "Side brush has {{ states('sensor.valetudo_valetudos5_right_brush') }} minutes of lifetime change it"
|
||||||
|
|
||||||
- id: vacuum-buy-filter
|
- id: vacuum_buy_filter
|
||||||
alias: '[Vacuum] Buy filter'
|
alias: '[Vacuum] Buy filter'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
@ -161,7 +161,7 @@
|
|||||||
data:
|
data:
|
||||||
url: "https://allegro.pl/listing?string=roborock+s5+filtr"
|
url: "https://allegro.pl/listing?string=roborock+s5+filtr"
|
||||||
|
|
||||||
- id: vacuum-change-filter
|
- id: vacuum_change_filter
|
||||||
alias: '[Vacuum] Change filter'
|
alias: '[Vacuum] Change filter'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- id: work-work-start-warning-bathroom
|
- id: work_work_start_warning_bathroom
|
||||||
alias: '[Work] Work start warning'
|
alias: '[Work] Work start warning'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
@ -55,7 +55,7 @@
|
|||||||
entity_id: light.bathroom_color_zha_group_0x0007
|
entity_id: light.bathroom_color_zha_group_0x0007
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: work-daily-off
|
- id: work_daily_off
|
||||||
alias: '[Work] Daily notification off'
|
alias: '[Work] Daily notification off'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: time
|
- platform: time
|
||||||
@ -73,7 +73,7 @@
|
|||||||
entity_id: light.desk_lightbar_ambilight
|
entity_id: light.desk_lightbar_ambilight
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: work-finished
|
- id: work_finished
|
||||||
alias: '[Work] Notify when finished work'
|
alias: '[Work] Notify when finished work'
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
@ -114,7 +114,7 @@
|
|||||||
entity_id: light.office_light_up
|
entity_id: light.office_light_up
|
||||||
mode: single
|
mode: single
|
||||||
|
|
||||||
- id: work-cool-down-home
|
- id: work_cool_down_home
|
||||||
alias: '[Work] Cool down home after leaving work'
|
alias: '[Work] Cool down home after leaving work'
|
||||||
mode: single
|
mode: single
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user