mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Update addition logger string in fan.py (#135098)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user