Updated some Lock automations and added the ThinLG HACS code.

This commit is contained in:
CCOSTAN
2025-01-17 19:45:32 +00:00
parent 1729fa4bc4
commit f7351aca3c
16 changed files with 110 additions and 134 deletions

View File

@@ -79,24 +79,3 @@ automation:
- service: script.garage_lights_off
- alias: 'FrontDoor Bell Camera on Front Door Lock'
id: Doorbell_camera_front_door
mode: single
trigger:
- platform: state
entity_id: lock.front_door_lock
to: 'unlocked'
action:
- service: media_player.play_media
target:
entity_id: media_player.kitchen
data:
media_content_id: 'show front doorbell camera'
media_content_type: custom
- delay: '00:20:00'
- service: media_player.play_media
target:
entity_id: media_player.kitchen
data:
media_content_id: 'hide front doorbell camera'
media_content_type: custom