mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
typo for ambiclimate (#24083)
This commit is contained in:
parent
1d022522cd
commit
02f927ae2d
@ -62,7 +62,7 @@ async def async_setup_entry(hass, entry, async_add_entities):
|
||||
return
|
||||
|
||||
if _token_info:
|
||||
await store.async_save(token_info)
|
||||
await store.async_save(_token_info)
|
||||
token_info = _token_info
|
||||
|
||||
data_connection = ambiclimate.AmbiclimateConnection(oauth,
|
||||
|
Loading…
x
Reference in New Issue
Block a user