r-renato / ha-card-weather-conditions

Weather condition card (Lovelace) for Home Assistant.
MIT License
191 stars 37 forks source link

Integrations For Air Quality data & Pollen data #21

Closed AjayShanker-geek closed 4 years ago

AjayShanker-geek commented 4 years ago

Hi, I would like to ask which air quality and pollen API do this card uses? I know uv uses openUV.

r-renato commented 4 years ago

The card shows only the connected sensors information. For example, the uv card section can be used with openUV but also with other providers processing similar information.

In any case, for air quality and pollen I use the climacell data provider.

AjayShanker-geek commented 4 years ago

I realized my mistake as I didn't include air quality and pollen into ha-climacell-weather after reading ClimaCell Developer docs.

# Air Quality
        - co
        - epa_aqi
        - epa_health_concern
        - no2
        - o3
        - pm10
        - pm25
        - so2
#  Pollen
        - pollen_tree
        - pollen_weed
        - pollen_grass

It is a silly mistake of mine, still learning:👍 Loving your weather card!

AjayShanker-geek commented 4 years ago

I am a student and I wanna build my own home assistant component using government transport APIs. Is any tips or websites to recommend?

r-renato commented 4 years ago

it is not hard to create your own custom componet. To start with, see how this works: https://github.com/r-renato/ha-climacell-weather