emontnemery / domoticz_mqtt_discovery

MQTT discovery plugin for Domoticz
MIT License
40 stars 28 forks source link

fix for #55 template_value with spaces in them #56

Open rrozema opened 1 year ago

rrozema commented 1 year ago

fix the matching regular expression for value_template to accept surrounding spaces.

rrozema commented 1 year ago

Using .+? for matching the json property name should have the effect of only stripping whitespace after the name. All other characters - including spaces- are now allowed inside the property name.