1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 21:54:27 +01:00
Files
core/tests/components
J. Nick Koston 6d48fc183a Fix ESPHome update entities being loaded before device_info is available (#141704)
* Fix ESPHome update entities being loaded before device_info is available

Since we load platforms when restoring config, the update
platform could be loaded before the connection to the
device was finished which meant device_info could still
be empty. Wait until device_info is available to
load the update platform.

fixes #135906

* Apply suggestions from code review

* move comment

* Update entry_data.py

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>

---------

Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
2025-03-29 17:53:01 +01:00
..
2025-03-18 20:25:41 -10:00
2025-03-19 16:50:09 +02:00
2025-03-12 15:29:43 +01:00
2025-03-26 09:46:21 -05:00
2025-03-28 18:41:00 +00:00
2025-03-18 09:35:57 +01:00
2025-03-27 16:01:54 +01:00
2025-03-14 12:32:50 +00:00
2025-03-26 11:55:18 +02:00