outadoc / home-slide-android

Access your Home Assistant devices quickly from anywhere on your Android device
https://homeslide.app
Apache License 2.0
53 stars 8 forks source link

Onboarding: Compatibility with Home Assistant 2021.10 #410

Closed outadoc closed 2 years ago

outadoc commented 2 years ago

The discovery_info route was deprecated with hass core 2021.10 and will be removed soon. It now returns only empty values, which will cause problems when the app tries to get and save the instance's base URLs.

The new route to use is /api/config: https://developers.home-assistant.io/docs/api/rest

It needs to be an authenticated call so we might need some changes to the flow.