We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add support for mapping any state from Home Assistant, to any display text.
Probably just a textarea with one line being the mapping, so you'd have something like:
home:Here not_home:Away unknown:Where'd you go?
Or something to that effect.
💡 Bonus points: Support wildcards or regex: un*:Unknown or unavailable
un*:Unknown or unavailable
Could also support icons, if we detect an icon prefix:
home:mdi:home away:mdi:home-remove unknown:mdi:home-alert
🚩 Will need to determine a good delimiter that's not normally found in an entity's state. Possibilities include: ~, ;, |.
~
;
|
The state tile will display a more human-friendly state.
The text was updated successfully, but these errors were encountered:
qJake
No branches or pull requests
Describe the new functionality
Add support for mapping any state from Home Assistant, to any display text.
What will it look like in the Admin area?
Probably just a textarea with one line being the mapping, so you'd have something like:
Or something to that effect.
💡 Bonus points: Support wildcards or regex:
un*:Unknown or unavailable
Icons
Could also support icons, if we detect an icon prefix:
🚩 Will need to determine a good delimiter that's not normally found in an entity's state. Possibilities include:
~
,;
,|
.What will it look like on the dashboard?
The state tile will display a more human-friendly state.
The text was updated successfully, but these errors were encountered: