mirror of
https://github.com/esphome/esphome.git
synced 2025-09-22 21:22:22 +01:00
Display the configured esphome:comment on the WebServer (#4246)
This commit is contained in:
@@ -350,6 +350,7 @@ async def to_code(config):
|
||||
cg.App.pre_setup(
|
||||
config[CONF_NAME],
|
||||
config[CONF_FRIENDLY_NAME],
|
||||
config.get(CONF_COMMENT, ""),
|
||||
cg.RawExpression('__DATE__ ", " __TIME__'),
|
||||
config[CONF_NAME_ADD_MAC_SUFFIX],
|
||||
)
|
||||
|
Reference in New Issue
Block a user