This commit is contained in:
Johannes
2022-06-12 14:12:52 +02:00
parent 18e1f508ba
commit afb354b2a8
15 changed files with 276 additions and 767 deletions

View File

@@ -1,2 +1,26 @@
# Climate/Thermo Card
![card-thermo](img/card-thermo.png)
```yaml
cards:
- type: cardThermo
title: HeatPump
entity: climate.heatpump
- type: cardThermo
title: HvaC
entity: climate.hvac
- type: cardThermo
title: ecobee
entity: climate.ecobee
```
List of supported config keys of this card:
key | optional | type | default | description
-- | -- | -- | -- | --
`type` | False | string | `None` | Type of the card
`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)