Cleaing Up old Nest entities and integrations.

pull/792/head
ccostan 6 years ago
parent 10cc73ce8d
commit 4166b5229f

@ -5,8 +5,8 @@
- alias: 'Away Mode'
trigger:
- platform: state
entity_id: binary_sensor.downstairs_away_mode
to: 'True'
entity_id: binary_sensor.downstairs_nest_away
to: 'off'
- platform: state
entity_id: group.family
to: 'not_home'

@ -6,11 +6,11 @@
- alias: 'Late Night Helper'
trigger:
- platform: state
entity_id: binary_sensor.downstairs_away_mode
to: 'False'
entity_id: binary_sensor.downstairs_nest_away
to: 'off'
- platform: state
entity_id: group.family
to: home
to: 'home'
condition:
condition: and

@ -5,8 +5,8 @@
- platform: event
event_type: upstairs_light_on
- platform: state
entity_id: sensor.upstairs_away_mode
to: 'False'
entity_id: binary_sensor.upstairs_nest_away
to: 'off'
condition:
- condition: state
@ -24,8 +24,8 @@
- platform: event
event_type: upstairs_light_off
- platform: state
entity_id: sensor.upstairs_away_mode
to: 'True'
entity_id: binary_sensor.upstairs_nest_away
to: 'on'
action:
service: light.turn_off

Loading…
Cancel
Save

Powered by TurnKey Linux.