mawinkler / astroweather

Asynchronous Astro Weather Forecast for Home Assistant
GNU General Public License v3.0
69 stars 9 forks source link

Weather entity is unavailable #35

Closed L4p3K closed 11 months ago

L4p3K commented 11 months ago

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.

mawinkler commented 11 months ago

Please try the new release 0.30.0. If problems persist please post some logs.

astroimagineer commented 11 months ago

Same here. Astroweather update is the entity published. Astroweather itself is not published.

darth-aragoth commented 11 months ago

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 11 months ago

You need to update to Hass 2023.9 where major changes in the WeatherEntity got introduced. See

L4p3K commented 11 months ago

Thanks for the info: will do that as soon as possible.

L4p3K commented 11 months ago

Yep, updating solved the issue. Thanks for the quick help..