Add and improve fridge

This commit is contained in:
Andre Basche 2023-05-28 06:17:43 +02:00
parent eea79e28b9
commit 7c6ac15901
7 changed files with 47 additions and 5 deletions

View file

@ -48,7 +48,7 @@ class HonCommand:
@property
def api(self) -> "HonAPI":
if self._api is None:
raise exceptions.NoAuthenticationException
raise exceptions.NoAuthenticationException("Missing hOn login")
return self._api
@property