abmantis / whirlpool-sixth-sense

Whirlpool unofficial API for 6th Sense appliances
MIT License
13 stars 12 forks source link

Add external session to API #27

Closed mkmer closed 1 year ago

mkmer commented 1 year ago

HA is asyncIO timout during startup - found that we are not raising/re-raising the timeouts for HA to catch. Once these are raised, HA will try to connect again by raising "ConfigEntryNotReady"

mkmer commented 1 year ago

Still not sure I like how we handle !=200 messages - but I suppose they end up with an authentication error in the integration.

It appears I missed the rasie ConfigEntryAuthFailed in the integration - the asyncio timout would toss that, even though it's not "true"

abmantis commented 1 year ago

Thanks again for your contribution!