@ -6,7 +6,7 @@
trigger:
- platform: state
entity_id: binary_sensor.downstairs_away_mode
to: 'on'
to: 'True'
entity_id: group.family
to: 'not_home'
@ -8,7 +8,7 @@
entity_id:
- binary_sensor.downstairs_away_mode
to: 'off'
to: 'False'
to: home
event_type: upstairs_light_on
entity_id: binary_sensor.upstairs_away_mode
condition:
- condition: state
@ -25,7 +25,7 @@
event_type: upstairs_light_off
action:
service: light.turn_off
@ -9,7 +9,7 @@ homeassistant:
customize_glob:
"sensor.skybell_*":
icon: mdi:camera-front
hidden: False
homebridge_hidden: True
@ -50,7 +50,6 @@ sensor:
- platform: template
sensors:
skybell:
entity_id: binary_sensor.skybell_stone_door_button
value_template: "{{ 'Online' if is_state_attr('binary_sensor.skybell_stone_door_button', 'status', 'up') else 'Offline' }}"
switch:
@ -17,11 +17,9 @@
upstairs_away_mode:
entity_id: climate.upstairs
value_template: "{{ is_state_attr('climate.upstairs', 'away_mode', 'on') }}"
downstairs_away_mode:
entity_id: climate.downstairs
value_template: "{{ is_state_attr('climate.downstairs', 'away_mode', 'on') }}"
Powered by TurnKey Linux.