-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Binary Sensor Icon in Chip Cards #87
Comments
We currently use custom-cards for the icon definition : https://github.com/custom-cards/custom-card-helpers/blob/master/src/domain_icons.ts but it's not updated with latest icon rules based on icon domain AND device_class. |
I am happy to move the issue over to the custom card helpers repo. Paul, I think the correct approach here is that binary sensor domain should look to the device class to determine the correct icon. |
Added an issue in the upstream library |
Yup!! Same Problem here. I am not a developer, but if it will look for the device class to determine the correct icon, the icons will loose previous customizations right (like in customize.yaml)? |
You could use a template chip |
Currently, when a motion sensor entity is added to a chip card, it defaults to a
checkbox-marked-circle
icon. The out of box icon for a motion sensor depends on its state, using eithermotion-detector
ormotion-sensor-off
. It would be great if this was also the default behavior in MushroomThe text was updated successfully, but these errors were encountered: