Skip to content

Commit 5533ea6

Browse files
Merge pull request #238 from vincentwolsink/pellet_level
Add pellet level sensor
2 parents 989c533 + 574aaa7 commit 5533ea6

File tree

3 files changed

+14637
-0
lines changed

3 files changed

+14637
-0
lines changed

custom_components/aguaiot/const.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,13 @@ class AguaIOTCanalizationEntityDescription(ClimateEntityDescription):
461461
state_class=SensorStateClass.MEASUREMENT,
462462
device_class=SensorDeviceClass.TEMPERATURE,
463463
),
464+
AguaIOTSensorEntityDescription(
465+
key="pellet_level_get",
466+
name="Pellet Level",
467+
native_unit_of_measurement="%",
468+
state_class=SensorStateClass.MEASUREMENT,
469+
icon="mdi:percent",
470+
),
464471
)
465472

466473
SWITCHES = (

0 commit comments

Comments
 (0)