Skip to content

Commit e444725

Browse files
committed
docs: Add 'override' and 'value' options to System object documentation
1 parent ce42810 commit e444725

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ The system is essentially an [element object](#element-object). The `value` is c
6969
| icon | `string` | | Display icon for the element
7070
| color | `string` | | Hex color for the element box
7171
| 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`).
7274
| extra | `object` | | Extra sensor values to display within the element box. See [element extra object](#element-extra-object) for additional extra options.
7375

7476
#### Element object

0 commit comments

Comments
 (0)