LAB02-Research / HASS.Agent-Integration

HASS.Agent's Home Assistant integration. Adds notifications and mediaplayer capabilities to HASS.Agent - a Windows based client (companion app) for Home Assistant.
MIT License
101 stars 17 forks source link

Media player uses wrong discovery prefix #30

Open sophof opened 1 year ago

sophof commented 1 year ago

Hi, I noticed I no longer had a media player. Some digging in the MQTT topics showed me that the whole topic didn't exist. Changing the user to an admin user created a new topic hass.agent and under it a media_player and a devices topic. It wasn't hard to add this topic to my MQTT ACL, but the issue is that home assistant won't pick it up because everything else is under another topic. Can you please fix it so that the media player also uses the prefix I set in the configuration?