Move DeviceInfo from entity to device registry (#98149)
* Move DeviceInfo from entity to device registry * Update integrations
This commit is contained in:
parent
108bcabf75
commit
045c327928
620 changed files with 821 additions and 800 deletions
|
@ -22,7 +22,7 @@ from elmax_api.model.panel import PanelEntry, PanelStatus
|
|||
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.exceptions import ConfigEntryAuthFailed, HomeAssistantError
|
||||
from homeassistant.helpers.entity import DeviceInfo
|
||||
from homeassistant.helpers.device_registry import DeviceInfo
|
||||
from homeassistant.helpers.update_coordinator import (
|
||||
CoordinatorEntity,
|
||||
DataUpdateCoordinator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue