You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I didn't cover everything in video, here are few other things I'm using.
For example, for individual tracking, I've created for each family member it's "in vicinity" sensor:
It will than create a bunch (if exist) stops for all transport types.
These can be used as map overlays:
Code for card looks as follows:
```
type: custom:auto-entities
card:
type: map
hours_to_show: 2
dark_mode: true
default_zoom: 17
auto_fit: true
filter:
include:
- entity_id: '*_local_stop_person_andrej*'
- entity_id: person.andrej
show_empty: true
```
Also, you can create flex table with data for everyone or just on person:
As I didn't cover everything in video, here are few other things I'm using.
For example, for individual tracking, I've created for each family member it's "in vicinity" sensor:
It will than create a bunch (if exist) stops for all transport types.
These can be used as map overlays:
Code for card looks as follows: ``` type: custom:auto-entities card: type: map hours_to_show: 2 dark_mode: true default_zoom: 17 auto_fit: true filter: include: - entity_id: '*_local_stop_person_andrej*' - entity_id: person.andrej show_empty: true ``` Also, you can create flex table with data for everyone or just on person:The text was updated successfully, but these errors were encountered: