mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix device_id not set in esphome (#95580)
This commit is contained in:
parent
93b4e6404b
commit
734614bdda
@ -405,7 +405,9 @@ class ESPHomeManager:
|
||||
await async_connect_scanner(hass, entry, cli, entry_data)
|
||||
)
|
||||
|
||||
_async_setup_device_registry(hass, entry, entry_data.device_info)
|
||||
self.device_id = _async_setup_device_registry(
|
||||
hass, entry, entry_data.device_info
|
||||
)
|
||||
entry_data.async_update_device_state(hass)
|
||||
|
||||
entity_infos, services = await cli.list_entities_services()
|
||||
|
Loading…
x
Reference in New Issue
Block a user