Skip to content

Commit fd44821

Browse files
committed
Different redirect
* custom_components/daikin_residential_altherma/config_flow.py:
1 parent a784ca6 commit fd44821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/daikin_residential_altherma/config_flow.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class FlowHandler(
2929
def extra_authorize_data(self) -> dict[str, str]:
3030
"""Extra data that needs to be appended to the authorize url."""
3131
return {
32-
"scope": "openid,onecta:basic.integration",
33-
"redirect_uri": "daikinunified://login",
32+
"scope": "openid%20onecta:basic.integration",
33+
"redirect_uri": "daikinunified://login", # onectaintegration://callback
3434
}
3535

3636
async def async_oauth_create_entry(self, data: dict) -> FlowResult:

0 commit comments

Comments
 (0)