bertbert72 / HomeAssistant_VirginTivo

HomeAssistant component for control of Virgin Media Tivo boxes
GNU General Public License v3.0
29 stars 22 forks source link

Integration virgintivo not found in 0.92 #26

Closed richard-scott closed 5 years ago

richard-scott commented 5 years ago

I have just updated Home Assistant to 0.92 and I now get this error:

Integration virgintivo not found when trying to verify its media_player platform

It was working before the upgrade ;-(

richard-scott commented 5 years ago

Ah, it seems they broke it in the latest update of Home Assistant:

See this issue: https://github.com/home-assistant/home-assistant/pull/22878

bertbert72 commented 5 years ago

Sounds awesome. I'll upgrade tonight and see what is going on. I assume you already changed the component to be custom_components/virgintivo/media_player.py?

garywilson4 commented 5 years ago

Hope you can fix it

bertbert72 commented 5 years ago

As of 0.92 all components need a manifest file. Stick this into the custom_components/virgintivo folder:

https://raw.githubusercontent.com/bertbert72/HomeAssistant_VirginTivo/master/custom_components/virgintivo/manifest.json

richard-scott commented 5 years ago

Adding that file helps. Thanks for the work on this project.

I've updated the installation notes of the README.md in this https://github.com/bertbert72/HomeAssistant_VirginTivo/pull/29