Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
Custom gauges added
Browse files Browse the repository at this point in the history
  • Loading branch information
goedh452 authored May 22, 2021
1 parent b436a53 commit cadb814
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ With the config parameter `alwaysShowActions` it is possible to always display t
| `gaugeMaxValue` | Maximum value of the gauge | `3000` |
| `gaugeAppendText` | Text to append to the gauge value (e.g. kWh or liter) | N/A |
| `gaugeWidth` | Display width of the gauge | `200` |
| `gaugeLineWidth` | Width of the gauge line | `16` |
| `gaugeMarkerWidth` | Width of the gauge marker indicating the value | `16` |
| `gaugeMarkerColor` | Color of the gauge marker indicating the value | `#F4D03F` |
| `lineWidth` | Width of the gauge line | `16` |
| `markerWidth` | Width of the gauge marker indicating the value | `16` |
| `markerColor` | Color of the gauge marker indicating the value | `#F4D03F` |

### Custom gauges
| Key | Description | Default |
Expand All @@ -166,9 +166,9 @@ With the config parameter `alwaysShowActions` it is possible to always display t
| `gaugeMaxValue` | Maximum value of the gauge | `1000` |
| `gaugeAppendText` | Text to append to the gauge value (e.g. Volt or cm) | N/A |
| `gaugeWidth` | Display width of the gauge | `200` |
| `gaugeLineWidth` | Width of the gauge line | `16` |
| `gaugeMarkerWidth` | Width of the gauge marker indicating the value | `16` |
| `gaugeMarkerColor` | Color of the gauge marker indicating the value | `#F4D03F` |
| `lineWidth` | Width of the gauge line | `16` |
| `markerWidth` | Width of the gauge marker indicating the value | `16` |
| `markerColor` | Color of the gauge marker indicating the value | `#F4D03F` |

### Weather
| Key | Description | Default |
Expand Down

0 comments on commit cadb814

Please sign in to comment.