Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature-request: individual icons for pollen #26

Closed
RonnyWinkler opened this issue Jun 22, 2020 · 3 comments
Closed

feature-request: individual icons for pollen #26

RonnyWinkler opened this issue Jun 22, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@RonnyWinkler
Copy link

Hello and thanks for your work!

I would like to use other sensor data for pollen information.
The provider I use offers several entities for pollen data, but all sensors have the same icon.
So inside the pollen view I can not differentiate between the entries.
Could it be possible to define a individual icon for each pollen entry like this?

pollen:
  grass:
    entity: sensor.dwd_pollen_101_today_graeser
    icon: 'mdi:barley' #individual icon
    high: 4
    low: 2
    max: 6
    min: 0

Thanks
Ronny

@RonnyWinkler
Copy link
Author

I found a workaround.
Using the customizing definition I'm able to change the icon for the sensor I want to use for pollen data.

homeassistant: 
  customize:
    sensor.dwd_pollen_101_today_graeser:
      icon: mdi:barley

But if you decide the icon option for pollen data would be nice, please include it :-)

@r-renato r-renato self-assigned this Jun 22, 2020
@r-renato r-renato added the enhancement New feature or request label Jun 22, 2020
@r-renato
Copy link
Owner

Hi,
this feature is implemented in the new released version.

Thanks, bye.
Renato

@RonnyWinkler
Copy link
Author

Hi Renato,

may thanks!

Regards
Ronny

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants