WIP
This commit is contained in:
@ -37,7 +37,7 @@ class Panel {
|
||||
);
|
||||
} else {
|
||||
HomeAssistantModel haModel = HomeAssistantModel.of(context);
|
||||
String url = "${haModel.homeAssistant.httpAPIEndpoint}/$urlPath";
|
||||
String url = "${haModel.homeAssistant.httpWebHost}/$urlPath";
|
||||
Logger.d("Launching custom tab with $url");
|
||||
HAUtils.launchURLInCustomTab(context, url);
|
||||
}
|
||||
|
Reference in New Issue
Block a user