diff --git a/src/web/WebCustomEntityService.cpp b/src/web/WebCustomEntityService.cpp index e81f383c6..66bf0efc8 100644 --- a/src/web/WebCustomEntityService.cpp +++ b/src/web/WebCustomEntityService.cpp @@ -43,7 +43,7 @@ void WebCustomEntityService::begin() { } // this creates the entity file, saving it to the FS -// and also calls when the Entity web page is refreshed +// and also calls when the Custom Entity web page is refreshed void WebCustomEntity::read(WebCustomEntity & webEntity, JsonObject root) { JsonArray entity = root["entities"].to(); uint8_t counter = 0;