Skip to content

Commit c62183f

Browse files
committed
comment change
1 parent 6a73ee4 commit c62183f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/locale_EN.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -340,12 +340,10 @@ MAKE_PSTR_LIST(enum_hamode, F_(off), F_(heat), F_(auto), F_(heat), F_(off), F_(h
340340
MAKE_PSTR_LIST(enum_solarmode, F_(constant), F("pwm"), F("analog"))
341341
MAKE_PSTR_LIST(enum_collectortype, F_(blank), F("flat"), F("vacuum"))
342342

343-
/*
344-
* MQTT topics and full text for values and commands
345-
*/
343+
// MQTT topics and full text for values and commands
346344
MAKE_PSTR(homeassistant, "homeassistant/")
347345

348-
// id for all devices
346+
// id used to store the device ID, goes into MQTT payload
349347
// empty full name to prevent being shown in web or console
350348
MAKE_PSTR_LIST(ID, F_(id))
351349

0 commit comments

Comments
 (0)