Update everything to use Persons rather than the old device tracker #495

This commit is contained in:
ccostan
2020-08-08 19:10:36 -04:00
parent d283ca3382
commit a723c6baaf
11 changed files with 18 additions and 18 deletions

View File

@@ -47,7 +47,7 @@
entity_id: binary_sensor.sleepnumber_carlo_carlo_is_in_bed
state: 'off'
- condition: state
entity_id: device_tracker.carlo
entity_id: person.carlo
state: 'not_home'
- condition: or
conditions:
@@ -55,7 +55,7 @@
entity_id: binary_sensor.sleepnumber_carlo_stacey_is_in_bed
state: 'off'
- condition: state
entity_id: device_tracker.stacey
entity_id: person.stacey
state: 'not_home'
- condition: or
conditions: