From 9efd9f27fc6c3281e811a7a0e0651d7faf6ff039 Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 19 Jul 2024 10:12:11 +0200 Subject: [PATCH] add comment --- src/mqtt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mqtt.cpp b/src/mqtt.cpp index 06d1151f1..91f578182 100644 --- a/src/mqtt.cpp +++ b/src/mqtt.cpp @@ -580,6 +580,7 @@ void Mqtt::ha_status() { #endif // These come from the heartbeat MQTT topic + // we don't use camelCase as it would change the HA entity_id and impact historic data publish_system_ha_sensor_config(DeviceValueType::STRING, "EMS Bus", "bus_status", DeviceValueUOM::NONE); publish_system_ha_sensor_config(DeviceValueType::STRING, "Uptime", "uptime", DeviceValueUOM::NONE); publish_system_ha_sensor_config(DeviceValueType::INT8, "Uptime (sec)", "uptime_sec", DeviceValueUOM::SECONDS);