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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,8 @@ The system is essentially an [element object](#element-object). The `value` is c
69
69
| icon | `string` | | Display icon for the element
70
70
| color | `string` | | Hex color for the element box
71
71
| invert | `boolean` | false | Invert the calculated system value (useful if your net calculation results in a negative number).
72
+
| override | `boolean` | false | **New:** Set to `true` to display a specific sensor value instead of the calculated result.
73
+
| value | `string` | | **New:** If `override` is true, this Entity ID will be displayed in the center (e.g., `sensor.total_grid`).
72
74
| extra | `object` | | Extra sensor values to display within the element box. See [element extra object](#element-extra-object) for additional extra options.
0 commit comments