mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
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
@ -75,6 +75,7 @@ async def async_setup_august(
|
|||||||
hass.config_entries.async_update_entry(config_entry, data=config_data)
|
hass.config_entries.async_update_entry(config_entry, data=config_data)
|
||||||
|
|
||||||
await august_gateway.async_authenticate()
|
await august_gateway.async_authenticate()
|
||||||
|
await august_gateway.async_refresh_access_token_if_needed()
|
||||||
|
|
||||||
hass.data.setdefault(DOMAIN, {})
|
hass.data.setdefault(DOMAIN, {})
|
||||||
data = hass.data[DOMAIN][config_entry.entry_id] = {
|
data = hass.data[DOMAIN][config_entry.entry_id] = {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "august",
|
"domain": "august",
|
||||||
"name": "August",
|
"name": "August",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/august",
|
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||||
"requirements": ["yalexs==1.1.20"],
|
"requirements": ["yalexs==1.1.22"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{
|
{
|
||||||
|
@ -2520,7 +2520,7 @@ xs1-api-client==3.0.0
|
|||||||
yalesmartalarmclient==0.3.7
|
yalesmartalarmclient==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==1.1.20
|
yalexs==1.1.22
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.7.9
|
yeelight==0.7.9
|
||||||
|
@ -1554,7 +1554,7 @@ xmltodict==0.12.0
|
|||||||
yalesmartalarmclient==0.3.7
|
yalesmartalarmclient==0.3.7
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==1.1.20
|
yalexs==1.1.22
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.7.9
|
yeelight==0.7.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user