Open
Description
The problem
Starting from 2024.5, I see that device_tracker
ALWAYS not ready by the time when homeassistant.start
event is sent.
alias: test_traccar
description: ""
trigger:
- platform: homeassistant
event: start
condition: []
action:
- service: persistent_notification.create
metadata: {}
data:
message: >-
{{ states('device_tracker.iphone_5s_traccar') }}
mode: single
This gives unavailable
in notification.
Although the device_tracker.iphone_5s_traccar
entity seems to be OK when I open more-info right after HA start.
It did not happen before 2024.5.
What version of Home Assistant Core has the issue?
2024.5.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant Container
Integration causing the issue
traccar server
Link to integration documentation on our website
https://www.home-assistant.io/integrations/traccar_server/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response