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
Whenever the value of my boolean sensor changes from false to true the graph also changes the y-axis. So false is up and true is down.
type: custom:plotly-graph entities:
Do I need some more code in the yaml to manage this?
Regards Patrik
The text was updated successfully, but these errors were encountered:
Ok, found solution to this by myself. I formatted the 2nd y-axis with
range:
This will hopefully solve it.
Sorry, something went wrong.
No branches or pull requests
Whenever the value of my boolean sensor changes from false to true the graph also changes the y-axis. So false is up and true is down.
type: custom:plotly-graph
entities:
line:
color: red
line:
color: green
name: Bedarf
fill: tozeroy
line:
color: lightblue
hours_to_show: 24
layout:
xaxis:
rangeselector:
"y": 1.2
buttons:
- count: 1
step: minute
- count: 1
step: hour
- count: 12
step: hour
- count: 1
step: day
- count: 7
step: day
refresh_interval: 10
title: Heizung
Do I need some more code in the yaml to manage this?
Regards
Patrik
The text was updated successfully, but these errors were encountered: