fix mqtt host

This commit is contained in:
Franzi 2024-07-30 17:56:09 +02:00
parent 7c1ea8b2a7
commit 4d1850e996
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ from rich.live import Live
from rich.panel import Panel
from rich.table import Table
MQTT_HOST = "nas.home.kunbox.net"
MQTT_HOST = "127.0.0.1"
MQTT_SUB = "sdm630/"
TITLE = "SDM630"
TABLE_LAYOUT = {