mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Correct huawei_lte device info (#96481)
This commit is contained in:
parent
fbbdebee47
commit
5b93017740
@ -413,9 +413,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
device_info = DeviceInfo(
|
||||
configuration_url=router.url,
|
||||
connections=router.device_connections,
|
||||
default_manufacturer=DEFAULT_MANUFACTURER,
|
||||
identifiers=router.device_identifiers,
|
||||
manufacturer=entry.data.get(CONF_MANUFACTURER),
|
||||
manufacturer=entry.data.get(CONF_MANUFACTURER, DEFAULT_MANUFACTURER),
|
||||
name=router.device_name,
|
||||
)
|
||||
hw_version = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user