Since 2021.5.0 upgrade, Huawei_LTE integration has stopped working unless authentication is used.
Logger: homeassistant.config_entries
Source: helpers/device_registry.py:266
First occurred: 15:43:46 (4 occurrences)
Last logged: 18:14:55
Error setting up entry B315s-22 for huawei_lte
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 269, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File “/usr/src/homeassistant/homeassistant/components/huawei_lte/init.py”, line 408, in async_setup_entry
device_registry.async_get_or_create(
File “/usr/src/homeassistant/homeassistant/helpers/device_registry.py”, line 266, in async_get_or_create
raise RequiredParameterMissing([“identifiers”, “connections”])
homeassistant.exceptions.RequiredParameterMissing: (RequiredParameterMissing(…), ‘Call must include at least one of the following parameters: identifiers, connections’)