-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
Is your feature request related to a problem? Please describe
Home Assistant allows user to set a custom discovery prefix instead of the default homeassistant
discovery topic. As it stands, only users that use the default Home Assistant auto-discovery prefix have MQTT devices/entities created.
Describe the solution you'd like
- Create an optional home assistant discovery prefix config key
- Use the user-set discovery topic when publishing to the MQTT broker (or the default
homeassistant
prefix if none is provided) instead of hardcoding thehomeassistant
prefix for all users (example of hardcoded prefix used here).
Describe alternatives you've considered
No alternatives are available which would allow users with a non-default discovery topic to utilize this add-on.
Only manual option would be for users to define the MQTT sensor and switch on their own.
Additional context
N/A
nwpr, sammcj and MrIcemanLE
Metadata
Metadata
Assignees
Labels
No labels