rogro82 / hass-variables

Home Assistant variables component
238 stars 58 forks source link

Integration not found #59

Open Obicom opened 3 years ago

Obicom commented 3 years ago

Today I installed the new core-2021.6.1 on HA. After the reboot I got an error message "variable integration not found". Deinstallation and re-installation via HACS didn't solved the problem. Any idea what I can do?

Mariusthvdb commented 3 years ago

did you at least search the issues here, especially the ones containing that same string?...

add the version key to the manifest.json and you're set.

Obicom commented 3 years ago

If I use the search functionwith "Integration not found" I found nothing in this direction but thakk you very much for the advice with the version key. I installes the integration via HACS and I would expect that HACS offers the update to me. Maybe a version handling in HACS could make also sense ;)

Mariusthvdb commented 3 years ago

just to be sure:

https://github.com/rogro82/hass-variables/issues/58#issuecomment-853748041

"version": "1.2",

is what you need to add. HACS will only update when the author pushes that to HACS and this repo has been abandoned for some time now, so that wont happen.

@Wibias has forked this repo: https://github.com/Wibias/hass-variables which is maintained