1
0

fix(gateway): replace UUID filter with manufacturer data preamble filter

This commit is contained in:
DjeAvd
2026-05-07 13:32:38 +02:00
committed by Klagarge
parent bb5e14d263
commit 2f43085843

View File

@@ -41,6 +41,7 @@ class Gateway:
) )
# Authentication — username from config, password from environment variable # Authentication — username from config, password from environment variable
# The password is never stored in config files or source code
username = config["mqtt"].get("username") username = config["mqtt"].get("username")
password = os.environ.get("MQTT_PASSWORD") password = os.environ.get("MQTT_PASSWORD")
if username: if username: