Convert august to be push instead of poll (#47544)
This commit is contained in:
parent
8e4c0e3ff7
commit
a2c4b438ea
21 changed files with 683 additions and 183 deletions
|
@ -5,8 +5,8 @@ import logging
|
|||
import os
|
||||
|
||||
from aiohttp import ClientError, ClientResponseError
|
||||
from august.api_async import ApiAsync
|
||||
from august.authenticator_async import AuthenticationState, AuthenticatorAsync
|
||||
from yalexs.api_async import ApiAsync
|
||||
from yalexs.authenticator_async import AuthenticationState, AuthenticatorAsync
|
||||
|
||||
from homeassistant.const import (
|
||||
CONF_PASSWORD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue