Just updated to Home Assistant 2023.7.0 Supervisor 2023.07.1 Frontend-versie: 20230705.0 - latest
I get this repair notification:
Platform support not supported
The openhome platform for the media_player integration does not support platform setup.
Please remove it from your configuration and restart Home Assistant to fix this issue.
Log says:
Logger: homeassistant.components.media_player
Source: helpers/entity_platform.py:211
Integration: Mediaspeler (documentation, issues)
First occurred: 22:18:46 (2 occurrences)
Last logged: 22:18:46
The openhome platform for the media_player integration does not support platform setup. Please remove it from your config.
Well, I do not have this anywhere in the config.
I do not use openhome for media players. I do not have them in configuration.yaml and not in the UI integrations.
Kinda of / sort of / the same error, it’s not telling me which device is causing the notification. There are no media_player entries anywhere in my configuration.yaml file. What I do have are two Volumio/Pi players, but they are not in my configuration file anywhere.
Platform support not supported
The openhome platform for the media_player integration does not support platform setup.
Please remove it from your configuration and restart Home Assistant to fix this issue.
Logger: homeassistant.components.media_player
Source: helpers/entity_platform.py:211
Integration: Media player (documentation, issues)
First occurred: 7:50:14 PM (2 occurrences)
Last logged: 7:50:14 PM
The openhome platform for the media_player integration does not support platform setup. Please remove it from your config.
That actually may lead somewhere. I also have Volumio players. They are integrated with HA.
HA did reported openhome devices back then, when I installed the Volumios, but as I don’t use that, the openhome devices are in my ignore list.
I’m having the same error message. I also have Volumio in the integration and that seems to work fine. So is it ok to dismiss this message as “ignore”?
The root of this issue was the discovery component. The openhome media player were originally created by the discovery component. As part of the work to move this component to UI configuration, I missed the discovery component configuration so unfortunately anybody using discovery got this error - if an openhome like device was discovered.
Looking at the code, it looks like volumio is no longer using the discovery component either - so I suspect that could probably be removed from your configuration.yaml. Seems only bluesound, enigma2 and yamaha require it now.