Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alias: Toggle home/not_home
- mode: single
- sequence:
- - service: device_tracker.see
- data:
- dev_id: '{{ name }}'
- location_name: '{{ "home" if is_state("person." + name, "not_home") else "not_home" }}'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement