Lovelace card, like a gauge but only in six degrees. As seen in pollenprognos-card.
Add https://github.com/krissen/sixdegrees-card/ as a custom integration. See more info: https://hacs.xyz/docs/faq/custom_repositories
Name | Type | Default | Description |
---|---|---|---|
type | string | Required | custom:sixdegrees-card |
entity | string | Required | Entity (sensor) to show |
min | integer | Required | Minimal value of entity (sensor). Used to calculate degrees. |
max | integer | Required | Maximum value of entity (sensor). Used to calculate degrees. |
title | string | Optional | Custom title if string, boolean value if generated or not to show. Default is generated text based of entity's friendly name. |
name | string | Optional | Custom name below image if string, boolean value if generated or not to show. Default is entity's friendly name. |
show_value | boolean | Optional | If value of sensor is to be shown below image. |
Using gauges from pollen-card by @nidayand , who in turn rewrote @isabellaalstrom's pollenprognos-card.