mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-13 14:44:23 -04:00
Add compatibility for more fridge models #93
This commit is contained in:
parent
8d6a6a509b
commit
f0fb5742a4
26 changed files with 229 additions and 47 deletions
|
@ -545,6 +545,14 @@ SENSORS: dict[str, tuple[SensorEntityDescription, ...]] = {
|
|||
HonSensorEntityDescription(
|
||||
key="errors", name="Error", icon="mdi:math-log", translation_key="errors"
|
||||
),
|
||||
HonSensorEntityDescription(
|
||||
key="humidityLevel",
|
||||
name="Humidity Level",
|
||||
icon="mdi:water-outline",
|
||||
device_class=SensorDeviceClass.ENUM,
|
||||
translation_key="humidity_level",
|
||||
option_list=const.REF_HUMIDITY_LEVELS,
|
||||
),
|
||||
),
|
||||
"HO": (
|
||||
HonSensorEntityDescription(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue