Remove useless warning, bump version

This commit is contained in:
Andre Basche 2023-05-07 13:53:05 +02:00
parent dae8b48075
commit 0e9bd97c7b
4 changed files with 1 additions and 11 deletions

View file

@ -318,10 +318,6 @@ async def async_setup_entry(hass, entry: ConfigEntry, async_add_entities) -> Non
appliances.extend(
[HonSwitchEntity(hass, coordinator, entry, device, description)]
)
else:
_LOGGER.warning(
"[%s] Can't setup %s", device.appliance_type, description.key
)
async_add_entities(appliances)