oischinger / ha_vicare

Inofficial Home Assistant custom component for Viessmann ViCare API
61 stars 33 forks source link

Errors latest commit #109

Closed meks007 closed 2 years ago

meks007 commented 2 years ago

Hi,

after updating to the latest commit a26a46d I get the following error. The only entity affected by that appears to be climate.vicare_heating.

Logger: homeassistant.setup
Source: setup.py:320
First occurred: 18:30:50 (1 occurrences)
Last logged: 18:30:50

Unable to prepare setup for platform vicare.climate: Platform not found (cannot import name 'PRESET_COMFORT' from 'homeassistant.components.climate' (/usr/src/homeassistant/homeassistant/components/climate/__init__.py)).
image
oischinger commented 2 years ago

Hi @meks007 are you running the latest version of home assistant? Some imports changed and the integration is only aligned with the current HA version

meks007 commented 2 years ago

yeah, everything is at the latest available version

Home Assistant 2022.9.7 Supervisor 2022.09.1 Operating System 9.0 Frontend 20220907.2 - latest

Just checked, no updates available.

oischinger commented 2 years ago

oh, you're right. I am already on the beta of home assistant so I didn't notice. Sorry, I'll fix that!

oischinger commented 2 years ago

fixed with last commit

meks007 commented 2 years ago

confirmed working, thanks!