Commit 1e493e9 1 parent fd44821 commit 1e493e9 Copy full SHA for 1e493e9
File tree 1 file changed +3
-2
lines changed
custom_components/daikin_residential_altherma
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class FlowHandler(
21
21
):
22
22
"""Handle a config flow."""
23
23
"""See https://developers.home-assistant.io/docs/core/platform/application_credentials/ """
24
+ """ https://developer.cloud.daikineurope.com/docs/b0dffcaa-7b51-428a-bdff-a7c8a64195c0/getting_started """
24
25
VERSION = 1
25
26
DOMAIN = DOMAIN
26
27
CONNECTION_CLASS = config_entries .CONN_CLASS_CLOUD_POLL
@@ -29,8 +30,8 @@ class FlowHandler(
29
30
def extra_authorize_data (self ) -> dict [str , str ]:
30
31
"""Extra data that needs to be appended to the authorize url."""
31
32
return {
32
- "scope" : "openid%20onecta :basic.integration" ,
33
- "redirect_uri" : "daikinunified://login" , # onectaintegration://callback
33
+ "scope" : "openid onecta :basic.integration" ,
34
+ "redirect_uri" : "onectaintegration://callback/" ,
34
35
}
35
36
36
37
async def async_oauth_create_entry (self , data : dict ) -> FlowResult :
You can’t perform that action at this time.
0 commit comments