Skip to content

Commit

Permalink
Fix for Aircoookie#3878
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Apr 24, 2024
1 parent 674481f commit e83d3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usermods/BH1750_v2/usermod_bh1750.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Usermod_BH1750 : public Usermod
bool sensorFound = false;

// Home Assistant and MQTT
String mqttLuminanceTopic = F("");
String mqttLuminanceTopic;
bool mqttInitialized = false;
bool HomeAssistantDiscovery = true; // Publish Home Assistant Discovery messages

Expand Down

0 comments on commit e83d3cb

Please sign in to comment.