From 6336ded5a7d4fc06a418d206141146f054473e47 Mon Sep 17 00:00:00 2001 From: Tucker Kern Date: Wed, 5 Jul 2023 19:17:03 -0600 Subject: [PATCH] Fix bad URL in rtl_433_mqtt_hass.py Fix duplicate "http://" in URL --- examples/rtl_433_mqtt_hass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rtl_433_mqtt_hass.py b/examples/rtl_433_mqtt_hass.py index be1cbeaf5..63efa90a0 100755 --- a/examples/rtl_433_mqtt_hass.py +++ b/examples/rtl_433_mqtt_hass.py @@ -72,7 +72,7 @@ do a lot of clean up When running this initially or debugging, set this script to publish to a topic other than the one Home Assistant users (homeassistant). -MQTT Explorer (http://http://mqtt-explorer.com/) is a very nice GUI for +MQTT Explorer (http://mqtt-explorer.com/) is a very nice GUI for working with MQTT. It is free, cross platform, and OSS. The structured hierarchical view makes it easier to understand what rtl_433 is publishing and how this script works with Home Assistant.