Update codespell to 2.1.0 (#64661)

This commit is contained in:
Franck Nijhof 2022-01-21 22:05:24 +01:00 committed by GitHub
parent a26f008b6e
commit 7a2b699371
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -125,7 +125,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
hass.bus.async_listen_once(EVENT_HOMEASSISTANT_STOP, async_stop_wemo)
)
# Need to do this at least once in case statics are defined and discovery is disabled
# Need to do this at least once in case statistics are defined and discovery is disabled
await wemo_discovery.discover_statics()
if config.get(CONF_DISCOVERY, DEFAULT_DISCOVERY):