From c414ba1251fe5f1e01e85f251f5f864bb4756221 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Fri, 1 Nov 2019 23:47:55 +0300 Subject: [PATCH] ha: log autodiscovery -> discovery --- code/espurna/homeassistant.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/espurna/homeassistant.ino b/code/espurna/homeassistant.ino index 93379a73..f551644d 100644 --- a/code/espurna/homeassistant.ino +++ b/code/espurna/homeassistant.ino @@ -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;