t1gr0u / uv-index-card

A Lovelace card that shows a the UV index and risk level for Home Assistant
MIT License
24 stars 20 forks source link

Which integrations are supported? #9

Open tjorim opened 1 year ago

tjorim commented 1 year ago

Checklist:

Release with the issue: v1.1.0 Latest

Description of problem: Not a literal problem but wondering which integrations are supported. I added the OpenUV integration and got the following sensor. I guess I will need to use the current or max UV index?

Additional information:

image
t1gr0u commented 1 year ago

@tjorim thank you for using this plugin. It supports any integrations or weather stations that can provide an UV index.

In your case it depends what you want. If you use the current then this will change through out the day whilst if you use the max i guess this will be set once for the whole day.

I hope this answers your question.

tjorim commented 1 year ago

Great, thanks for the help! Would it be possible to integrate the time of max uv index in the card? It's an attribute of the sensor:

state_class: measurement
time: '2023-05-04T13:37:44.745000+02:00'
unit_of_measurement: UV index
icon: mdi:weather-sunny
friendly_name: Max UV index

Screenshot_20230504-192601.png

Saentist commented 1 year ago

https://www.youtube.com/watch?v=uJVJgtk9-mk&t=1008s this is video example how to use it.