mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 20:16:52 +00:00
Closes #418 - Backyard light dimmed when we are home and Bright when we are not home.
This commit is contained in:
@@ -47,13 +47,18 @@
|
|||||||
- service: homeassistant.turn_on
|
- service: homeassistant.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- switch.front_landscaping
|
- switch.front_landscaping
|
||||||
|
- light.bedroom
|
||||||
- service: script.monthly_color_scene
|
- service: script.monthly_color_scene
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- light.outdoor_bathroom
|
- light.outdoor_bathroom
|
||||||
- light.bedroom
|
data_template:
|
||||||
data:
|
brightness: >
|
||||||
brightness: 10
|
{% if states.group.family.state == 'home' -%}
|
||||||
|
10
|
||||||
|
{% else %}
|
||||||
|
200
|
||||||
|
{% endif %}
|
||||||
- wait_template: >-
|
- wait_template: >-
|
||||||
{{ states.group.family.state == 'home' }}
|
{{ states.group.family.state == 'home' }}
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
|
@@ -32,6 +32,11 @@
|
|||||||
- light.M1_front_right
|
- light.M1_front_right
|
||||||
- light.S1
|
- light.S1
|
||||||
- light.S4
|
- light.S4
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
|
- light.outdoor_bathroom
|
||||||
|
data:
|
||||||
|
brightness: 10
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- switch.kitchen_accents
|
- switch.kitchen_accents
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
name: Bear Stone Run
|
name: Bear Stone
|
||||||
latitude: !secret homeassistant_latitude
|
latitude: !secret homeassistant_latitude
|
||||||
longitude: !secret homeassistant_longitude
|
longitude: !secret homeassistant_longitude
|
||||||
elevation: !secret homeassistant_elevation
|
elevation: !secret homeassistant_elevation
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 151 KiB |
Reference in New Issue
Block a user