This commit is contained in:
Johannes
2022-06-06 15:15:24 +02:00
parent c3d2741c23
commit fc245e71e3
2 changed files with 11 additions and 7 deletions

View File

@@ -457,9 +457,10 @@ key | optional | type | default | description
`entity` | False | string | `None` | name of ha entity
`name` | True | string | `None` | Used to override names
`icon` | True | string | `None` | Used to override icons
`color` | True | array | `None` | Overwrite color of entity `color: [255, 0, 0]`
`state` | True | string | `None` | Only displayed if Entity state is equal to this value
`state_not` | True | string | `None` | Only displayed if Entity state is unequal to this value
`status` | True | string | `None` | Only valid for navigate items, adds a entity to track state for the color of the icon
`status` | True | string | `None` | Only valid for navigate items, adds a entity to track state for the icon
##### Override Icons or Names