mirror of
https://github.com/esphome/esphome.git
synced 2026-09-14 08:38:39 +00:00
Merge branch 'integration' into memory_api
This commit is contained in:
@@ -1941,6 +1941,7 @@ void WebServer::handleRequest(AsyncWebServerRequest *request) {
|
||||
UrlMatch match = match_url(url.c_str(), url.length(), false);
|
||||
|
||||
// Route to appropriate handler based on domain
|
||||
// NOLINTNEXTLINE(readability-simplify-boolean-expr)
|
||||
if (false) { // Start chain for else-if macro pattern
|
||||
}
|
||||
#ifdef USE_SENSOR
|
||||
|
||||
Reference in New Issue
Block a user