This commit is contained in:
joBr99
2022-10-01 10:00:51 +02:00
committed by GitHub
parent c23e33e16b
commit 3216d83bdd
2 changed files with 8 additions and 4 deletions

View File

@@ -23,4 +23,5 @@ key | optional | type | default | description
`entities` | False | complex | `None` | contains a list of entities of this card
`title` | True | string | `None` | Title of the Page
`temperatureUnit` | True | string | `celsius` | set this to fahrenheit to change the temperatureUnit on the page
`key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key)
`key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key)
`supportedModes` | True | list | `None` | Supply list of heat actions if you want to limit the actions on the card. Example `['heat', 'off']`