From 07388b45119607eef8e91342eb3a787a2a907a03 Mon Sep 17 00:00:00 2001 From: stefanbode Date: Wed, 16 Feb 2022 07:57:18 +0100 Subject: [PATCH] Address #14863 Send additional discovery on setoption 114 send --- tasmota/support_command.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/support_command.ino b/tasmota/support_command.ino index 7f191d7b9..9f6945feb 100644 --- a/tasmota/support_command.ino +++ b/tasmota/support_command.ino @@ -1097,7 +1097,7 @@ void CmndSetoptionBase(bool indexed) { SettingsSave(2); } #ifdef USE_HOME_ASSISTANT - if ((19 == pindex) || (30 == pindex)) { + if ((19 == pindex) || (30 == pindex) || (114 == pindex)) { HAssDiscover(); // Delayed execution to provide enough resources during hass_discovery or hass_light } #endif // USE_HOME_ASSISTANT