We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e493e9 commit 833e1d0Copy full SHA for 833e1d0
custom_components/daikin_residential_altherma/config_flow.py
@@ -31,7 +31,6 @@ def extra_authorize_data(self) -> dict[str, str]:
31
"""Extra data that needs to be appended to the authorize url."""
32
return {
33
"scope": "openid onecta:basic.integration",
34
- "redirect_uri": "onectaintegration://callback/",
35
}
36
37
async def async_oauth_create_entry(self, data: dict) -> FlowResult:
0 commit comments