JohNan / homeassistant-wellbeing

Get the status from your Electrolux devices connected to Wellbeing
MIT License
70 stars 17 forks source link

Move session from init to api #81

Closed olanystrom closed 5 months ago

olanystrom commented 5 months ago

Move session from init to api and into WellbeingApiClient to fetch from hass-object when needed instead of written info WellbeingApiClient on init. Might fix the intermittent errors on fetching data.

The changes in whitespace are due to VSCode cleaning =)

olanystrom commented 5 months ago

This is a test to fix #78 hopefully.