mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-24 11:46:56 -04:00
Small improvements
This commit is contained in:
parent
6e8576c7bd
commit
38a67ad64c
5 changed files with 34 additions and 12 deletions
|
@ -139,6 +139,12 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
|
|||
icon="mdi:water",
|
||||
translation_key="water_hard",
|
||||
),
|
||||
HonNumberEntityDescription(
|
||||
key="settings.waterHard",
|
||||
name="Water hard",
|
||||
icon="mdi:water",
|
||||
translation_key="water_hard",
|
||||
),
|
||||
),
|
||||
"AC": (
|
||||
HonNumberEntityDescription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue