minor text changes

This commit is contained in:
Proddy
2024-01-21 18:28:07 +01:00
parent 79d7142e5f
commit 2764185132
4 changed files with 8 additions and 4 deletions

View File

@@ -685,7 +685,7 @@ bool EMSESP::get_device_value_info(JsonObject root, const char * cmd, const int8
return EMSESP::webSchedulerService.get_value_info(root, cmd);
}
// own entities
// custom entities
if (devicetype == DeviceType::CUSTOM) {
return EMSESP::webCustomEntityService.get_value_info(root, cmd);
}