kalanda / homeassistant-aemet-sensor

AEMET integration for Home Assistant
MIT License
21 stars 24 forks source link

Weather entity #7

Closed Xan8 closed 5 years ago

Xan8 commented 5 years ago

Is it posible to get an entity_id of the weather (in general, not for specific sensors)? For example: "weather.aemet". It would be used for simple-weather-card or weather forecast card

kalanda commented 5 years ago

I guess is not. I use the sensor homeassistant.components.sensor rather than homeassistant.components.weather so it requires a fully refactor of the component to adapt it to the weather class.

Xan8 commented 5 years ago

Thanks.

kalanda commented 5 years ago

I decided to add partial support for weather component. https://github.com/kalanda/homeassistant-aemet-sensor/releases/tag/v1.1

❗️ Keep in mind that forecast and current condition (sunny, cloudy, ...) aren't available in weather format since AEMET is not providing that information in data format, only as a text description.