fix force_d

This commit is contained in:
Andrey
2021-02-15 19:05:00 +03:00
parent 07589e8e3a
commit 39642700ca
5 changed files with 23 additions and 19 deletions

View File

@@ -15,3 +15,7 @@ class DuplicateId(exceptions.HomeAssistantError):
class InvalidAuth(exceptions.HomeAssistantError):
"""Error to indicate there is invalid auth."""
class NoPort(Exception):
pass