Cleaing Up old Nest entities and integrations.

This commit is contained in:
ccostan 2020-06-21 13:43:35 -04:00
parent 10cc73ce8d
commit 4166b5229f
4 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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