Browse Source

ha: log autodiscovery -> discovery

master
Maxim Prokhorov 4 years ago
parent
commit
c414ba1251
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      code/espurna/homeassistant.ino

+ 1
- 1
code/espurna/homeassistant.ino View File

@ -407,7 +407,7 @@ void _haSend() {
// Are we still trying to send discovery messages?
if (_ha_discovery) return;
DEBUG_MSG_P(PSTR("[HA] Sending autodiscovery MQTT message\n"));
DEBUG_MSG_P(PSTR("[HA] Preparing MQTT discovery message(s)...\n"));
// Get common device config / context object
ha_config_t config;


Loading…
Cancel
Save