Rename some automations
This commit is contained in:
parent
1c06dacbcc
commit
f3e09e1221
@ -1,5 +1,5 @@
|
||||
- id: front-door-doorbell
|
||||
alias: '[Hallway] Doorbell'
|
||||
alias: '[Front door] Doorbell'
|
||||
mode: restart
|
||||
trigger:
|
||||
- platform: state
|
||||
@ -17,8 +17,8 @@
|
||||
- action: UNLOCK_DOOR
|
||||
title: Unlock door
|
||||
|
||||
- id: hallway-doorbell-bell-burn-prevention
|
||||
alias: '[Hallway] Doorbell bell burn prevention'
|
||||
- id: font-door-doorbell-bell-burn-prevention
|
||||
alias: '[Front door] Doorbell bell burn prevention'
|
||||
mode: restart
|
||||
trigger:
|
||||
- platform: state
|
@ -44,3 +44,15 @@
|
||||
title: Lock door
|
||||
- service: script.turn_on
|
||||
entity_id: script.doorbell_bell
|
||||
|
||||
- id: front-door-open-close
|
||||
alias: '[Front Door] Open door'
|
||||
mode: single
|
||||
trigger:
|
||||
- type: opened
|
||||
platform: device
|
||||
device_id: 671a24524db60c56b0a182ac816faf20
|
||||
entity_id: binary_sensor.front_door_open_close
|
||||
domain: binary_sensor
|
||||
action:
|
||||
- service: script.hallway_lights_on
|
||||
|
@ -86,14 +86,3 @@
|
||||
action:
|
||||
- service: script.hallway_lights_off
|
||||
|
||||
- id: hallway-open-close
|
||||
alias: '[Hallway] Open door'
|
||||
mode: single
|
||||
trigger:
|
||||
- type: opened
|
||||
platform: device
|
||||
device_id: 671a24524db60c56b0a182ac816faf20
|
||||
entity_id: binary_sensor.front_door_open_close
|
||||
domain: binary_sensor
|
||||
action:
|
||||
- service: script.hallway_lights_on
|
||||
|
@ -1,4 +1,4 @@
|
||||
- id: notify-slow-eth0
|
||||
- id: info-slow-eth0
|
||||
alias: '[Notify] Slow eth0 link'
|
||||
mode: single
|
||||
trigger:
|
||||
@ -10,7 +10,7 @@
|
||||
data:
|
||||
message: Internet link fell down to 100 Mbit
|
||||
|
||||
- id: notify-slow-eth4
|
||||
- id: info-slow-eth4
|
||||
alias: '[Notify] Slow eth4 link - WiFi'
|
||||
mode: single
|
||||
trigger:
|
@ -1,5 +1,5 @@
|
||||
- id: tv-volume-notification
|
||||
alias: '[TV] Volume notification'
|
||||
- id: living-room-tv-volume-notification
|
||||
alias: '[Living Room][TV] Volume notification'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
@ -19,8 +19,8 @@
|
||||
duration: 1
|
||||
color: black
|
||||
|
||||
- id: tv-suspend-pc
|
||||
alias: '[TV] When turned on suspend PC'
|
||||
- id: living-room-tv-suspend-pc
|
||||
alias: '[Living Room][TV] When turned on suspend PC'
|
||||
description: ''
|
||||
mode: single
|
||||
trigger:
|
||||
@ -31,8 +31,8 @@
|
||||
action:
|
||||
- service: script.pc_sleep
|
||||
|
||||
- id: tv-update-harmony-mode
|
||||
alias: '[TV] Update harmony mode'
|
||||
- id: living-room-tv-update-harmony-mode
|
||||
alias: '[Living Room][TV] Update harmony mode'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
Loading…
Reference in New Issue
Block a user