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

Setup fails in Home Assistant 2022.7.0b0 #78

Closed mabotze closed 2 years ago

mabotze commented 2 years ago

Hi, after upgrading to the new beta of home assistant the var component seems to have an issue.

The system cannot restart because the configuration is not valid: Package var setup failed. Component var cannot import name 'Events' from 'homeassistant.components.recorder.models' (/usr/src/homeassistant/homeassistant/components/recorder/models.py)

snarky-snark commented 2 years ago

This should be fixed on the develop branch if you want to test.

mabotze commented 2 years ago

It works, thank you!