Fix august token refresh when data contains characters outside of latin1 (#66303)
* WIP * bump version * bump
This commit is contained in:
parent
122ada718a
commit
43671da7cf
4 changed files with 4 additions and 3 deletions
|
@ -75,6 +75,7 @@ async def async_setup_august(
|
|||
hass.config_entries.async_update_entry(config_entry, data=config_data)
|
||||
|
||||
await august_gateway.async_authenticate()
|
||||
await august_gateway.async_refresh_access_token_if_needed()
|
||||
|
||||
hass.data.setdefault(DOMAIN, {})
|
||||
data = hass.data[DOMAIN][config_entry.entry_id] = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "august",
|
||||
"name": "August",
|
||||
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||
"requirements": ["yalexs==1.1.20"],
|
||||
"requirements": ["yalexs==1.1.22"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"dhcp": [
|
||||
{
|
||||
|
|
|
@ -2520,7 +2520,7 @@ xs1-api-client==3.0.0
|
|||
yalesmartalarmclient==0.3.7
|
||||
|
||||
# homeassistant.components.august
|
||||
yalexs==1.1.20
|
||||
yalexs==1.1.22
|
||||
|
||||
# homeassistant.components.yeelight
|
||||
yeelight==0.7.9
|
||||
|
|
|
@ -1554,7 +1554,7 @@ xmltodict==0.12.0
|
|||
yalesmartalarmclient==0.3.7
|
||||
|
||||
# homeassistant.components.august
|
||||
yalexs==1.1.20
|
||||
yalexs==1.1.22
|
||||
|
||||
# homeassistant.components.yeelight
|
||||
yeelight==0.7.9
|
||||
|
|
Loading…
Add table
Reference in a new issue