Update addition logger string in fan.py (#135098)

This commit is contained in:
farkasdi 2025-01-08 14:58:50 +01:00 committed by GitHub
parent 39143a2e79
commit c2f6f93f1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ async def async_setup_entry(
@callback
def _create_entity(netatmo_device: NetatmoDevice) -> None:
entity = NetatmoFan(netatmo_device)
_LOGGER.debug("Adding cover %s", entity)
_LOGGER.debug("Adding fan %s", entity)
async_add_entities([entity])
entry.async_on_unload(