Feature request - capability value range in dashboard template

It would make things much easier if you could put a range in a template on the dashboard .
ie

{
"template": "temperature",
"bgColor": "#c8e3f9a6",
"state": "20,40"
},
or
{
"template": "battery",
"bgColor": "#c8e3f9a6",
"state": "10,20"
},

etc.

would also be useful for humidity, CarbonMonoxide, CarbonDioxide etc.

I purposely used the comma instead of dash "-" as you can have negative numbers.

thanks

1 Like