-
Notifications
You must be signed in to change notification settings - Fork 237
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
[FR] Support numerical range values for state_map #1097
Comments
Suggest to re-read Docs & check your code.
Here the
The
The Also, |
which is why i asked it to be an enhancement request, i completely understand how the state_map is only for single digit non ranged values, but i'm looking to have it look to ranged values so that anything in between the two heart ranges can named that state_mapped value. Corrected all the code logic btw, still works - but again asking for the state_mapped value to be a range. type: custom:mini-graph-card
name_adaptive_color: true
lower_bound: 50
color_thresholds:
- value: 180
color: '#9A56A3'
- value: 155
color: '#3B9555'
- value: 135
color: '#EA9423'
- value: 110
color: '#FEEB3F'
- value: 90
color: '#8CABD7'
state_map:
- value: 180
label: High Performance Zone
- value: 155
label: Performance Zone
- value: 135
label: Fitness Zone
- value: 110
label: Health Improvement Zone
- value: 90
label: Inactive
height: 50
hours_to_show: 4
points_per_hour: 12
line_width: 3
animate: true
show:
name_adaptive_color: true
icon_adaptive_color: true
labels: true
entities:
- entity: sensor.google_pixel_watch_jd_heart_rate_2
name: Heart Rate
|
I see, then the issue title is currently not clear. |
By almeans please rename so it makes sense for a developer. My use case is
heart rates in specific zones (ranges) would like to be displayed via the
state_map
…On Wed, May 1, 2024, 8:38 AM ildar170975 ***@***.***> wrote:
I see, then the issue title is currently not clear.
—
Reply to this email directly, view it on GitHub
<#1097 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABH52MNVWNX2EFQZQB3RTKDZAED6NAVCNFSM6AAAAABHARAVJCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBYGY2DQMJVGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
As a workaround:
Alternatively - do NOT create a sensor but simply change a card's background color accordingly to show a current status (card-mod using jinja templates). |
Looking to utilize the State_map function for heart rates:
currently it wont show what heart zone the sensor is in. Would be nice to see that next to the bpm
The text was updated successfully, but these errors were encountered: