hass-workstation-service
hass-workstation-service copied to clipboard
MQTT topics should be configurable
Maybe through the user interface but through editing a config might be good enough. There should also be a way to easily restart the service after updating the configuration.
Just adding on to this one to not create a new topic:
Especially the base topic I would love to configure. It is currently hardcoded to "homeassistant" in many places such as this one: https://github.com/sleevezipper/hass-workstation-service/blob/242e72601f4605de03a5fba65dc7d5ba0587a599/hass-workstation-service/Domain/Commands/KeyCommand.cs - I'd love to configure this to be something else.