Weather entity is unavailable
L4p3K opened this issue · 6 comments
L4p3K commented
Same problem than in March #28, deleted both integration and card and reinstalled both, but the weather entity is not provided by the integration. Worked fine before. 46 entities are being provided, one binary sensor and 45 sensors, but no weather entity.
astroimagineer commented
Same here. Astroweather update is the entity published. Astroweather itself is not published.
darth-aragoth commented
The same here. My error log:
Logger: homeassistant.setup
Source: setup.py:347
First occurred: 23:12:14 (1 occurrences)
Last logged: 23:12:14
Unable to prepare setup for platform astroweather.weather: Platform not found (cannot import name 'WeatherEntityFeature' from 'homeassistant.components.weather' (/usr/src/homeassistant/homeassistant/components/weather/__init__.py)).
mawinkler commented
You need to update to Hass 2023.9 where major changes in the WeatherEntity got introduced. See
L4p3K commented
Thanks for the info: will do that as soon as possible.
L4p3K commented
Yep, updating solved the issue. Thanks for the quick help..