govee2mqtt

This commit is contained in:
mjallen18
2026-04-03 09:03:37 -05:00
parent ffbb820be3
commit 869b48d26f
2 changed files with 4 additions and 2 deletions

View File

@@ -47,12 +47,14 @@ in
allowPing = true;
allowedTCPPorts = [
1883 # MQTT broker (mosquitto) for IoT devices
8056 # govee2mqtt
8192
8880
8881
];
allowedUDPPorts = [
8192
8056 # govee2mqtt
8880
8881
];