Skip to content

Commit

Permalink
Merge branch 'callbackMQTT' of https://github.com/cdnninja/yoto_ha in…
Browse files Browse the repository at this point in the history
…to callbackMQTT
  • Loading branch information
cdnninja committed May 18, 2024
2 parents 128a957 + 5f493a2 commit 81c04d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yoto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ async def async_unload_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
release_tasks.add(coordinator.release())
hass.data[DOMAIN].pop(entry.unique_id)
await asyncio.gather(*release_tasks)
return unload_ok
return unload_ok

0 comments on commit 81c04d9

Please sign in to comment.