mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Adding in HomeBridge Support; Fixing some naming conventions.
This commit is contained in:
@@ -50,8 +50,8 @@
|
||||
- alias: 'Rain is over'
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.dark_sky_precip_intensity
|
||||
below: 1
|
||||
entity_id: sensor.dark_sky_cloud_coverage
|
||||
above: 90
|
||||
|
||||
action:
|
||||
- service: light.turn_off
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
entity_id:
|
||||
- light.hallway
|
||||
- group.foyer_lights
|
||||
- light.master_toilet
|
||||
state: 'on'
|
||||
for: '00:20:00'
|
||||
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- light.hallway
|
||||
- light.kids_hallway
|
||||
- light.k4
|
||||
- delay: 00:20:00
|
||||
- service: light.turn_off
|
||||
entity_id: light.hallway
|
||||
entity_id: light.kids_hallway
|
||||
|
||||
##############################################################
|
||||
- alias: ZWave Enerwave Door Sensors Closed
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
action:
|
||||
service: light.turn_off
|
||||
entity_id: light.hallway
|
||||
entity_id: light.kids_hallway
|
||||
|
||||
##############################################################
|
||||
- alias: Shutdown Helper light
|
||||
|
||||
Reference in New Issue
Block a user