From 8235ba926d34f7ab20059eb704d22b03848878e6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:15:44 +0100 Subject: [PATCH] Fix MQTT host comment typo --- gazpar2mqtt/rootfs/templates/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazpar2mqtt/rootfs/templates/config.yaml b/gazpar2mqtt/rootfs/templates/config.yaml index 9b5c3b67f..82a794a14 100644 --- a/gazpar2mqtt/rootfs/templates/config.yaml +++ b/gazpar2mqtt/rootfs/templates/config.yaml @@ -1,4 +1,4 @@ GRDF_USERNAME: username #your GRDF login (ex : myemail@email.com) GRDF_PASSWORD: password #your GRDF password -MQTT_HOST: 127.0.0.1 #hostname or ip adress of the MQTT broker. +MQTT_HOST: 127.0.0.1 #hostname or ip address of the MQTT broker. # OPTIONAL VARIABLES : see https://github.com/ssenart/gazpar2mqtt