This commit is contained in:
Proddy
2023-08-09 09:03:52 +02:00
parent 0ab081c135
commit 8dfff29389
2 changed files with 3 additions and 3 deletions

View File

@@ -526,7 +526,7 @@ void Mqtt::ha_status() {
doc["obj_id"] = uniq; doc["obj_id"] = uniq;
doc["stat_t"] = mqtt_basename_ + "/status"; doc["stat_t"] = mqtt_basename_ + "/status";
doc["name"] = "EMS-ESP status"; doc["name"] = "system status";
doc["pl_on"] = "online"; doc["pl_on"] = "online";
doc["pl_off"] = "offline"; doc["pl_off"] = "offline";
doc["stat_cla"] = "measurement"; doc["stat_cla"] = "measurement";

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.6.0-dev.16" #define EMSESP_APP_VERSION "3.6.0-dev.17"