You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type: custom:apexcharts-card
experimental:
color_threshold: true
show:
last_updated: true
header:
standard_format: false
show: true
show_states: true
colorize_states: true
title: Living Room Temperature
now:
show: true
color: red
label: Now
series:
- entity: sensor.espaltherma_indoor_air_temperature
type: line
name: Lounge
group_by:
func: last
duration: 15m
stroke_width: 5
show:
extremas: true
header_color_threshold: true
color_threshold:
- value: 15
color: steelblue
- value: 18
color: midnightblue
- value: 21
color: orange
- value: 25
color: orangered
- value: 27
color: red
- entity: sensor.espaltherma_lw_setpoint_main
name: Leaving Water Set Point
type: column
group_by:
func: last
duration: 15m
show:
in_chart: true
extremas: true
It produces this graph. When I try to use columns instead of area the columns disappear. If I had a stroke with a value of 2 they will appear, What am I missing?
I also want to use colour threshold and use this code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have the following yaml
It produces this graph. When I try to use columns instead of area the columns disappear. If I had a stroke with a value of 2 they will appear, What am I missing?
I also want to use colour threshold and use this code.
Beta Was this translation helpful? Give feedback.
All reactions