Hello. I’m starting with home assistant so maybe this question will be dumb. Im having problems with presence detection ping. I have this configuration:
Configuration.yaml
device_tracker:
-
platform: ping
track_new_devices: True
consider_home: 30
hosts:
tomas: 192.168.1.121 -
platform: ping
track_new_devices: True
consider_home: 30
hosts:
kristynka: 192.168.1.124
Known_devices.yaml
tomas:
hide_if_away: false
name: tomas
mac: EE:FA:F0:BE:D9:90
icon: mdi:home
picture:
track: true
kristynka:
hide_if_away: false
name: kristynka
mac: F0:78:07:95:B9:42
icon: mdi:home
picture:
track: true
That is ok. Status on lovelace show home or away. Problem is here
Entity does not have ID. So i can’t use this for some automation. How can i solve this please? Thank you