Help
#1288
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello, i try to build a graph with 3 data :
Unfortunately, I have 2 problems I failed to fix. Maybe some help... First, as you can see in the image, the "labels" failed to work as soon as i added the last entities : the labels for Temperature (red) disapeared and the label for State of the AC (black) has no sense. Another thing i try to do is to have a straight up verticale line when "State of the AC" goes ON and a straight down verticale line when "State of the AC" goes OFF.
Does anyone has answers or can help me ?
Thank a lot for any help.
************************************* Here is the YAML code *************************************
`type: custom:mini-graph-card
name: Temperature/Humidity
icon: mdi:thermometer
align_header: left
align_icon: left
hours_to_show: 12
hour24: true
points_per_hour: 4
show:
fill: false
labels: true
loading_indicator: true
state_map:
label: 🪫 Low
label: 🪫 Middle
label: 🔋 High
label: "Off"
label: "On"
entities:
name: Temperature
color: red
show_state: true
show_graph: true
show_indicator: true
show_legend_state: true
name: Humidity
color: blue
show_state: true
show_graph: true
show_indicator: true
show_legend_state: true
show_state: true
show_graph: false
name: AC
color: black
show_state: false
show_graph: true
show_indicator: false
show_legend_state: false
`
Beta Was this translation helpful? Give feedback.
All reactions