Open SpuriousGer opened 5 years ago
I didn't remove the spaces at the end, apologies. That's what caused the error.
We could handle this issue in code. The relevant variables need to be rstrip()
'ed.
To give more feedback/background on this:
I had the line for homeassistant uncommented and then it looked like this:
base_topic = homeassistant # Default for: homeassistant-mqtt
Which then caused the wildcard error. I don't know if this is due to the fact that I had the # at the end or if it was due to the extra spaces. My initial assumption was due to the extra spaces, as # should be interpreted as comments.
Hi everyone,
I receive the following issue after running the initial execution:
The MQTT connection is successfully established. I used mainly the standard configuration with the exception of the hostname which I set to the correct IP of my MQTT broker instance which is using the hass.io add-on for the MQTT broker. My hope was to use the auto-discovery to integrate seamlessly.
I haven't found anything by googling, so I am not sure if this is a very unique issue or just my incompetence.