Skip to content
Snippets Groups Projects
Unverified Commit 739ed6a6 authored by Raman Gupta's avatar Raman Gupta Committed by GitHub
Browse files

Fix eight sleep client creation (#81440)

Fix eight sleep bug
parent ee4d2800
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
entry.data[CONF_USERNAME],
entry.data[CONF_PASSWORD],
hass.config.time_zone,
async_get_clientsession(hass),
client_session=async_get_clientsession(hass),
)
# Authenticate, build sensors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment