jomwells / ambilight-yeelight

A switch component which mimics the functionality of Ambilight+Hue for all Yeelight lights/bulbs
26 stars 8 forks source link

Platform error switch.philips ambilights+yeelight - Integration 'philips ambilights+yeelight' not found. #12

Open zalef47 opened 1 year ago

zalef47 commented 1 year ago

Hi,

recently I tried to integrate Yeelight bulb and Philips Ambilight. Got user+pass and downloaded from HACS. I added to configuration.yaml and checked configuration, then error appeared:

Platform error switch.philips ambilights+yeelight - Integration 'philips ambilights+yeelight' not found.

after googling that it looks like this is connected with HA update from 01.2021 Deatils: https://developers.home-assistant.io/blog/2021/01/29/custom-integration-changes/#versions

It looks like since 2021 in manifest.json there must be a version key. I tried to manually edit file and add verision line but still this is not working. Is it possible to have update in this component?

{ "domain": "philips_ambilight+yeelight", "name": "Philips Ambilight+Yeelight", "version": "1.0.1", "documentation": "https://github.com/jomwells/ambilight-yeelight", "dependencies": [], "codeowners": ["@jomwells"], "requirements": [] }