Remove my.ha links from improv (#2695)

This commit is contained in:
Jesse Hills
2021-11-11 15:15:37 +13:00
parent b976ac54c8
commit 38cb988809
2 changed files with 9 additions and 4 deletions
@@ -92,8 +92,7 @@ void ImprovSerialComponent::loop() {
}
std::vector<uint8_t> ImprovSerialComponent::build_rpc_settings_response_(improv::Command command) {
std::string url = "https://my.home-assistant.io/redirect/config_flow_start?domain=esphome";
std::vector<std::string> urls = {url};
std::vector<std::string> urls;
#ifdef USE_WEBSERVER
auto ip = wifi::global_wifi_component->wifi_sta_ip();
std::string webserver_url = "http://" + ip.str() + ":" + to_string(WEBSERVER_PORT);