Hi,
I’ve added `device_tracker:
- platform: mqtt
devices:
paulus: ‘location/paulus’`
to my configuration.yaml
Now I’m trying to update this via mqtt.
But the state doesn’t get updated.
In my known devices:
paulus:
hide_if_away: false
icon:
mac: ****
name: paulus
picture:
track: true
vendor:
gravatar: **
I want to update my user through an external app (ie AutomateIt) but I cannot get it to work…
What is wrong?