Fix small mistakes

This commit is contained in:
2021-04-11 17:00:33 +02:00
parent 8a44d22d41
commit 5e83ed1c68
6 changed files with 13 additions and 10 deletions

View File

@@ -120,8 +120,6 @@ async def async_unload_entry(hass, entry):
context = hass.data[DOMAIN]["context"]
context.socket.disconnect()
hass.data[DOMAIN]["unsub"]()
return True