Platform support not supported openhome

Hello guys and girls,

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.

Where should I start now?

1 Like

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.
1 Like

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”?

I would rather find the quell of the problem and solve it, before it backfires later. I will post an issue on Git later today, now at work.

Issue posted, let’s hope :wink:

1 Like

Ok, the owner of Volumio integration just took his hands of it in a second without even trying.

Guy’s, i feel, this is going to take long, long time…

I don’t know, where to put this on the table, so it get’s correct attention :frowning:

Thanks to @bazwilliams , who took this serious and fixed it with turbospeed… PR is done!

1 Like

No problem at all.

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 :frowning: 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.

2 Likes