Skip to content

Commit 833e1d0

Browse files
committed
No special uri necessary anymore
* custom_components/daikin_residential_altherma/config_flow.py:
1 parent 1e493e9 commit 833e1d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/daikin_residential_altherma/config_flow.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def extra_authorize_data(self) -> dict[str, str]:
3131
"""Extra data that needs to be appended to the authorize url."""
3232
return {
3333
"scope": "openid onecta:basic.integration",
34-
"redirect_uri": "onectaintegration://callback/",
3534
}
3635

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

0 commit comments

Comments
 (0)