mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
parent
92ab471f7b
commit
bbff9622a7
@ -77,9 +77,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
session = config_entry_oauth2_flow.OAuth2Session(hass, entry, implementation)
|
neato_session = api.ConfigEntryAuth(hass, entry, implementation)
|
||||||
|
|
||||||
neato_session = api.ConfigEntryAuth(hass, entry, session)
|
|
||||||
hass.data[NEATO_DOMAIN][entry.entry_id] = neato_session
|
hass.data[NEATO_DOMAIN][entry.entry_id] = neato_session
|
||||||
hub = NeatoHub(hass, Account(neato_session))
|
hub = NeatoHub(hass, Account(neato_session))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user