mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-16 17:45:26 +00:00
Updated HACS and also fixed Garadget #727
This commit is contained in:
@@ -6,17 +6,11 @@
|
||||
###################################
|
||||
|
||||
homeassistant:
|
||||
customize_glob:
|
||||
"sensor.skybell_*":
|
||||
icon: mdi:camera-front
|
||||
|
||||
hidden: False
|
||||
homebridge_hidden: True
|
||||
|
||||
group:
|
||||
skybell:
|
||||
name: Skybell HD Front Door
|
||||
|
||||
|
||||
entities:
|
||||
- binary_sensor.skybell_front_door_button
|
||||
- binary_sensor.skybell_front_door_motion
|
||||
@@ -63,7 +57,7 @@ switch:
|
||||
## Doorbell Press
|
||||
automation:
|
||||
- alias: 'Log SkyBell Pressed Activity'
|
||||
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
@@ -87,7 +81,7 @@ automation:
|
||||
|
||||
# Motion Sensing
|
||||
- alias: 'Log SkyBell Motion detection'
|
||||
|
||||
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: skybell_motion
|
||||
@@ -98,7 +92,7 @@ automation:
|
||||
# Turn SkyBell Light and Neato Schedule back on if it's turned off. Like any Good Watchdog.
|
||||
|
||||
- alias: Automated Mismatch WatchDog!
|
||||
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
|
Reference in New Issue
Block a user