mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update addition logger string in fan.py (#135098)
This commit is contained in:
parent
39143a2e79
commit
c2f6f93f1d
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user