embyt / enocean-mqtt

Receives messages from an enOcean serial interface (USB) and provides selected messages to an MQTT broker.
GNU General Public License v3.0
42 stars 21 forks source link

Support % character in MQTT password #38

Closed mak-gitdev closed 1 year ago

mak-gitdev commented 1 year ago

At the moment, as configparser interpolation is enabled, MQTT passwords containing % character raise an exception. As interpolation seems to be not needed, the proposal is to set it to None so that MQTT passwords can now contain % character.

See mak-gitdev/HA_enoceanmqtt#37 for more details.