gcorgnet / sensor.emby_upcoming_media

Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.
MIT License
22 stars 17 forks source link

Component does not load in Home Assistant Core-2021.6 #19

Closed darkenbula closed 2 years ago

darkenbula commented 3 years ago

The custom integration 'emby_upcoming_media' does not have a valid version key (None) in the manifest file and was blocked from loading. See https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes#versions for more details

shaft8472 commented 3 years ago

You can temporarily solve this by editing /config/custom_components/emby_upcoming_media/manifest.json and add: "version": "0.3.4",

gcorgnet commented 2 years ago

Fixed,