syssi / homeassistant-goecharger-mqtt

go-eCharger integration for Home Assistant using the MQTT API
Apache License 2.0
75 stars 17 forks source link

remove required serial number from topic configuration #148

Open madebyTimo opened 1 month ago

madebyTimo commented 1 month ago

Removes the serial number input and expects it as part of the topic instead. (#138) Set the device name as the basename of the topic. Use the whole topic as the device id.

Also removes the leading slash as in https://github.com/syssi/homeassistant-goecharger-mqtt/pull/128

syssi commented 1 month ago

Wow! Thanks for your contribution! Is this a breaking change? What happens to people which used the config flow in the past using the old values?

madebyTimo commented 1 month ago

You are totally right. I will see how I can implement a migration. Unfortunately, I'm not very familiar with home-assistant development, so it might take a while.