You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
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:
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": []
}
The text was updated successfully, but these errors were encountered: