I upgraded from 2021.12.6 to 2022.2.6 this morning and my customer components for Sky Q no longer works. I can’t see anything in the release notes to point me in the right direction. Can anyone else.
Getting the following error.
Platform error media_player.skyq - cannot import name 'MediaPlayerDevice' from 'homeassistant.components.media_player' (/usr/src/homeassistant/homeassistant/components/media_player/__init__.py)
MediaPlayerDevice was renamed to MediaPlayerEntity more that a year ago, and they removed the workaround that allowed unmaintained custom components to work.
Do the same rename in the custom code and it will solve (that) issue.