mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
Update everything to use Persons rather than the old device tracker #495
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
entity_id: binary_sensor.sleepnumber_carlo_carlo_is_in_bed
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: device_tracker.carlo
|
||||
entity_id: person.carlo
|
||||
state: 'not_home'
|
||||
- condition: or
|
||||
conditions:
|
||||
@@ -36,7 +36,7 @@
|
||||
entity_id: binary_sensor.sleepnumber_carlo_stacey_is_in_bed
|
||||
state: 'on'
|
||||
- condition: state
|
||||
entity_id: device_tracker.stacey
|
||||
entity_id: person.stacey
|
||||
state: 'not_home'
|
||||
|
||||
action:
|
||||
|
Reference in New Issue
Block a user