From c62183f88607ec05b837389593ef47fdbc7af3b1 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 16 May 2021 13:47:55 +0200 Subject: [PATCH] comment change --- src/locale_EN.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/locale_EN.h b/src/locale_EN.h index 2a9828e62..c688f3deb 100644 --- a/src/locale_EN.h +++ b/src/locale_EN.h @@ -340,12 +340,10 @@ MAKE_PSTR_LIST(enum_hamode, F_(off), F_(heat), F_(auto), F_(heat), F_(off), F_(h MAKE_PSTR_LIST(enum_solarmode, F_(constant), F("pwm"), F("analog")) MAKE_PSTR_LIST(enum_collectortype, F_(blank), F("flat"), F("vacuum")) -/* - * MQTT topics and full text for values and commands - */ +// MQTT topics and full text for values and commands MAKE_PSTR(homeassistant, "homeassistant/") -// id for all devices +// id used to store the device ID, goes into MQTT payload // empty full name to prevent being shown in web or console MAKE_PSTR_LIST(ID, F_(id))