Global string setting to replace "Unknown" or "Unavailable" values #12757
Unanswered
GizmoGoody
asked this question in
Configuration
Replies: 1 comment 1 reply
-
I like that, and would like to add another option, to make it just "blank". I would like the option to have my dashboards show I think it is visually nicer, and you still get the possibility to fetch unavailable sensors by triggering on "not greater than -100" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's unavoidable that some sensors become unknown or unavailable. When that happens, one of those 7 to 11 character strings takes the place of a 1-3 character string (e.g. a battery level %) usually disrupting the visual depiction of that card/element. I would like an ability to set a global string that would take the place of those default strings in situations like these.
For example, instead of Unknown, I might set "?" and instead of Unavailable, a "!"
Of course, people could leave the default values if that's what they prefer. I know I could put these as additional conditional statements in my templates, but something like what I describe above seems like a better solution.
Beta Was this translation helpful? Give feedback.
All reactions