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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The system is essentially an [element object](#element-object). The `value` is c
68
68
| unit | `string` | entity unit | Display unit for the element value
69
69
| icon | `string` | | Display icon for the element
70
70
| color | `string` | | Hex color for the element box
71
+
| invert | `boolean` | false | Invert the calculated system value (useful if your net calculation results in a negative number).
71
72
| 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