-
Notifications
You must be signed in to change notification settings - Fork 137
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
Invalid setting Column in Gauge addons #200
Comments
One way to solve it is to answer this question. How to change the layout type and max_cols of the stack of Gauge? |
I have the same issue, is there already a solution for that? |
Unfortunately no. And I used the custom addon instead, in which the layout can be accurately difined. |
I have this configuration:
but still shows in vertical the 3 gauge's... in the standard lovelace it is working correct. |
Is there someone have the same issue that I have found? No matter what the number of the column, the presented column is always 1. For examlpe
gauge:
- title: hide
columns: 4
entities:
- entity: sensor.ds920plus_volume_1_volume_used
name: 存储空间1
needle: trure
severity:
red: 75
yellow: 50
green: 25
- entity: sensor.ds920plus_volume_2_volume_used
name: 存储空间2
needle: trure
severity:
red: 75
yellow: 50
green: 25
- entity: sensor.ds920plus_volume_3_volume_used
name: 存储空间3
needle: trure
severity:
red: 75
yellow: 50
green: 25
- entity: sensor.ds920plus_volume_3_volume_used
name: 存储空间3
needle: trure
severity:
red: 75
yellow: 50
green: 25
The text was updated successfully, but these errors were encountered: