Skip to content

Commit 3c07714

Browse files
committed
docs: Document the new 'invert' option for system object
1 parent ca7c37a commit 3c07714

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ The system is essentially an [element object](#element-object). The `value` is c
6868
| unit | `string` | entity unit | Display unit for the element value
6969
| icon | `string` | | Display icon for the element
7070
| 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).
7172
| extra | `object` | | Extra sensor values to display within the element box. See [element extra object](#element-extra-object) for additional extra options.
7273

7374
#### Element object

0 commit comments

Comments
 (0)