aukedejong / lovelace-windrose-card

Home Assistant Lovelace Windrose Card
60 stars 2 forks source link

[Feature request] card working with attribues #28

Open Tom-ahawk opened 1 year ago

Tom-ahawk commented 1 year ago

Please consider making this nice card work with attributes and not only entities like:

  wind_direction_entity: 
    - entity: weather.home
    - attribute: wind_bearing

or entity: '{{ state_attr("weather.home", "wind_bearing") }}'

Creating new sensors from entities, for making this work, creates just more sensors to maintain....

aukedejong commented 1 year ago

Good idea. I thought about it, but decided to wait until someone needs it. Maybe in the next feature version. I'll keep you updated in this issue.

Egainmoney commented 11 months ago

hello, I am setting it up on my side and I have the same problem and this solution interests me. I also have the direction of the wind which is in attributes of an entity. thanks for the work