Update to #844 - Adding in VillaNeri Pathway lights to the front of the house.
This commit is contained in:
parent
982166ac34
commit
12292ccd36
|
@ -1 +1 @@
|
|||
0.116.4
|
||||
0.117.1
|
|
@ -59,6 +59,7 @@
|
|||
- service: homeassistant.turn_on
|
||||
entity_id:
|
||||
- switch.front_landscaping
|
||||
- switch.villaneri
|
||||
- light.bedroom
|
||||
- group.outdoor_seasonal
|
||||
- service: script.monthly_color_scene
|
||||
|
|
|
@ -11,6 +11,7 @@ group:
|
|||
entities:
|
||||
- switch.front_landscaping
|
||||
- switch.back_landscaping
|
||||
- switch.villaneri
|
||||
#-------------------------------------------
|
||||
# Automation : Added to Sunset_ON
|
||||
# Automation : Added to Sunset_OFF
|
||||
|
|
|
@ -24,10 +24,9 @@ front_house_motion:
|
|||
value1: 'Motion has been detected by the front door.'
|
||||
- service: scene.turn_on
|
||||
entity_id: scene.front_full_brightness
|
||||
- service: switch.turn_on
|
||||
- service: homeassistant.turn_on
|
||||
entity_id:
|
||||
- switch.back_landscaping
|
||||
- switch.front_landscaping
|
||||
- group.landscaping
|
||||
- service: light.turn_on
|
||||
data:
|
||||
entity_id:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
Binary file not shown.
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Loading…
Reference in New Issue