mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 14:44:28 -04:00
Add and improve fridge
This commit is contained in:
parent
eea79e28b9
commit
7c6ac15901
7 changed files with 47 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue