Updated the Navigation to more closely match the socials from the website.

This commit is contained in:
ccostan
2022-12-22 10:04:00 -05:00
parent 5b9200d237
commit 4404ee74da
23 changed files with 135 additions and 37 deletions

View File

@@ -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