mirror of
https://github.com/wled/WLED.git
synced 2026-04-06 23:43:52 +00:00
Fix for #3878
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
bool sensorFound = false;
|
||||
|
||||
// Home Assistant and MQTT
|
||||
String mqttLuminanceTopic = F("");
|
||||
String mqttLuminanceTopic;
|
||||
bool mqttInitialized = false;
|
||||
bool HomeAssistantDiscovery = true; // Publish Home Assistant Discovery messages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user