Location iOS not working

Hi everyone, I’m having a problem with the location and the app for ios.
Each time the app sends my location I have the following message in the log:

Error executing service <ServiceCall device_tracker.see (c:8f234fea9aa7486a94ce576ee54cb357): gps_accuracy=10, battery=35, dev_id=IPhonedeSantiago , hostname=iPhone de Santiago, battery_status=Unplugged, gps=[-34.90324351008507, -56.190856033988474]>
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/core.py”, line 1177, in event_to_service_call
await service_handler.func(service_call)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/device_tracker/init.py”, line 223, in async_see_service
await tracker.async_see(**data)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/device_tracker/init.py”, line 289, in async_see
dev_id = cv.slug(str(dev_id).lower())
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/config_validation.py”, line 323, in slug
raise vol.Invalid(‘invalid slug {} (try {})’.format(value, slg))
voluptuous.error.Invalid: invalid slug iphonedesantiago (try iphonedesantiago
)

I do not know where to start help

Did you try googling your error? it seems like a common error voluptuous.error.Invalid: invalid slug - Google Search

Check to see how the iPhone is listed in the states page – make sure everything matches that.

1 Like

Thanks I solve it