snarky-snark / home-assistant-variables

A custom Home Assistant component for declaring and setting generic variable entities dynamically.
Apache License 2.0
278 stars 16 forks source link

Failed to initialize in 2022.7.2 #79

Closed Bredin76 closed 2 years ago

Bredin76 commented 2 years ago

Hi,

Variables 0.14.2 failed to initialize in HA 2022.7.2 Tried to reinstall, also tried to install development branch in case of the thing was the same as #78 but nothing.

just got that log Setup failed for custom integration var: Integration failed to initialize.

regards

MaikB1972 commented 2 years ago

Hi, I had the same bug. After upgrading HA to 2022.7.3 and variables 14.2, the bug is gone and it works again

Bredin76 commented 2 years ago

I can confirm, Updating Home assistant in 2022.7.3 and variables in 14.2 solve the problem.

georg90 commented 2 years ago

For me this still throws an error, when trying to use the component Component error: var - cannot import name 'Events' from 'homeassistant.components.recorder.models' (/usr/src/homeassistant/homeassistant/components/recorder/models.py)

I am running HA 2022.7.7 with Variable v15.0, v14.2, develop => Always the same error message.

Can we reopen or should I create a new issue? Maybe it's more related to #78

georg90 commented 2 years ago

My bad, I had the old installation interfering.. It's working now with latest development version.