entities where new icon color schemes could be applied #14681
Unanswered
ChristophCaina
asked this question in
Theming
Replies: 1 comment
-
As an example, here are the related sensors from above with their current options: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
there are still entities, where the new color schemes could be applied and would make sense:
binary_sensor.door: closed (green) / open (red)
binary_sensor.window: closed (green) / open (red)
sensor.window closed (green) / open (red) / tilted (red / orange) [this would be usefull for window handle sensors]
binary_sensor.safety: safe [off] (green) / unsafe [on] (red)
binary_sensor.problem: off (green) / on (red)
sensor.smokedetector -> I do have smoke detectors that do not provide a binary state, since they have different alarm options.
It would be nice to add more options to them, too...
possible states are:
idle_off --> off, everything ok (green)
primary_alarm --> smoke detected (red)
secondary_alarm --> another smoke detector has detected smoke and sent an alarm to the other devices (orange)
intrusion_alarm --> the sensor can also be used as an alarm device for alarm-panels (color: orange, too?)
Beta Was this translation helpful? Give feedback.
All reactions