Skip to content

Commit eb58c10

Browse files
catsmanacfrenck
authored andcommitted
Cancel enphase mac verification on unload. (home-assistant#148072)
1 parent f42e7d9 commit eb58c10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homeassistant/components/enphase_envoy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ async def async_unload_entry(hass: HomeAssistant, entry: EnphaseConfigEntry) ->
6363
coordinator = entry.runtime_data
6464
coordinator.async_cancel_token_refresh()
6565
coordinator.async_cancel_firmware_refresh()
66+
coordinator.async_cancel_mac_verification()
6667
return await hass.config_entries.async_unload_platforms(entry, PLATFORMS)
6768

6869

0 commit comments

Comments
 (0)