JohNan / homeassistant-wellbeing

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

Remove user agent from API requests #97

Closed DarkSession closed 1 month ago

DarkSession commented 1 month ago

Seems like the Electrolux API does no longer like the User-Agent: Electrolux/2.9 android/9 header. Requests which include this header might receive a HTTP status 429 "Too many requests" response. This PR removes this header from all API requests. This should address #96