Comment out unused automation for front door bell camera and garage camera in configuration files.

master
Carlo Costanzo 3 days ago
parent 60696c6e43
commit 88a50f9b0b

@ -51,24 +51,24 @@ automation:
topic: "BATTERY" topic: "BATTERY"
message: "August Door lock battery low: {{ states('sensor.front_door_battery') }}%" message: "August Door lock battery low: {{ states('sensor.front_door_battery') }}%"
- alias: 'FrontDoor Bell Camera on Front Door Lock' # - alias: 'FrontDoor Bell Camera on Front Door Lock'
id: Doorbell_camera_front_door # id: Doorbell_camera_front_door
mode: single # mode: single
trigger: # trigger:
- platform: state # - platform: state
entity_id: lock.front_door # entity_id: lock.front_door
to: 'unlocked' # to: 'unlocked'
action: # action:
- service: media_player.play_media # - service: media_player.play_media
target: # target:
entity_id: media_player.kitchen # entity_id: media_player.kitchen
data: # data:
media_content_id: 'show front doorbell camera' # media_content_id: 'show front doorbell camera'
media_content_type: custom # media_content_type: custom
- delay: '00:20:00' # - delay: '00:20:00'
- service: media_player.play_media # - service: media_player.play_media
target: # target:
entity_id: media_player.kitchen # entity_id: media_player.kitchen
data: # data:
media_content_id: 'hide front doorbell camera' # media_content_id: 'hide front doorbell camera'
media_content_type: custom # media_content_type: custom

@ -392,45 +392,45 @@ automation:
data: data:
value1: "Check the garage doors. The Small garage is {{ states('cover.small_garage_door')}} and the large garage is {{ states('cover.large_garage_door')}} [Always mention the specific garage door that is currently open and remind us to close it for the night]" value1: "Check the garage doors. The Small garage is {{ states('cover.small_garage_door')}} and the large garage is {{ states('cover.large_garage_door')}} [Always mention the specific garage door that is currently open and remind us to close it for the night]"
- alias: 'Garage Camera on Alexa Shows' # - alias: 'Garage Camera on Alexa Shows'
id: 4373df2a-77f2-4e19-be7c-46c7b27ca583 # id: 4373df2a-77f2-4e19-be7c-46c7b27ca583
mode: single # mode: single
trigger: # trigger:
- platform: state # - platform: state
entity_id: # entity_id:
- cover.large_garage_door # - cover.large_garage_door
- cover.small_garage_door # - cover.small_garage_door
from: 'closed' # from: 'closed'
to: 'open' # to: 'open'
for: "00:00:15" # for: "00:00:15"
- platform: state # - platform: state
entity_id: binary_sensor.mcu1_gpio12 #interior Garage Doors # entity_id: binary_sensor.mcu1_gpio12 #interior Garage Doors
from: 'off' # from: 'off'
to: 'on' # to: 'on'
for: "00:00:05" # for: "00:00:05"
- platform: state # - platform: state
entity_id: # entity_id:
- person.carlo # - person.carlo
- person.stacey # - person.stacey
- person.paige # - person.paige
- person.justin # - person.justin
to: 'not_home' # to: 'not_home'
from: 'home' # from: 'home'
action: # action:
- service: media_player.play_media # - service: media_player.play_media
target: # target:
entity_id: media_player.kitchen # entity_id: media_player.kitchen
data: # data:
media_content_id: 'show garage camera from home assistant' # media_content_id: 'show garage camera from home assistant'
media_content_type: custom # media_content_type: custom
- delay: '00:20:00' # - delay: '00:20:00'
- service: media_player.play_media # - service: media_player.play_media
target: # target:
entity_id: media_player.kitchen # entity_id: media_player.kitchen
data: # data:
media_content_id: 'hide garage camera' # media_content_id: 'hide garage camera'
media_content_type: custom # media_content_type: custom

Loading…
Cancel
Save

Powered by TurnKey Linux.