quazzie / tellstick-plugin-mqtt-hass

Plugin for tellstick, connect to homeassistant via mqtt with autodiscovery.
39 stars 7 forks source link

Sluggify base_topic and device_name #15

Closed fredrike closed 4 years ago

fredrike commented 4 years ago

Both base_topic and device_name should be slugified like this (not sure that it is allowed to add external libs):

http://code.activestate.com/recipes/577257-slugify-make-a-string-usable-in-a-url-or-filename/

quazzie commented 4 years ago

Uhm external libs are fine but slugify did not, lots of errors. I did my own slugify for now.

fixed 0.86