mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 04:04:06 +00:00
Updated the Navigation to more closely match the socials from the website.
This commit is contained in:
@@ -2,13 +2,18 @@
|
||||
## Speak Max! Speak Max!!
|
||||
######################################################################
|
||||
|
||||
# Define an alias for this automation
|
||||
- alias: Guard Dog
|
||||
# Give the automation a unique ID
|
||||
id: 4e785061-1157-4b8d-8d48-3a74904f8e54
|
||||
# Set the triggers for the automation
|
||||
trigger:
|
||||
# The automation will be triggered when the state of the "input_boolean.guard_dog" entity changes from "off" to "on"
|
||||
- platform: state
|
||||
entity_id: input_boolean.guard_dog
|
||||
to: 'on'
|
||||
from: 'off'
|
||||
# The automation will also be triggered when the state of the "binary_sensor.front_door_opened" entity changes from "off" to "on"
|
||||
- platform: state
|
||||
entity_id: binary_sensor.front_door_opened
|
||||
to: 'on'
|
||||
@@ -23,3 +28,4 @@
|
||||
- service: script.dog_bark
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.guard_dog
|
||||
|
||||
|
Reference in New Issue
Block a user