Add device class pH to Poolsense (#101122)
This commit is contained in:
parent
8d972223d8
commit
591ffa8b68
2 changed files with 1 additions and 4 deletions
|
@ -29,8 +29,8 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||
),
|
||||
SensorEntityDescription(
|
||||
key="pH",
|
||||
translation_key="ph",
|
||||
icon="mdi:pool",
|
||||
device_class=SensorDeviceClass.PH,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="Battery",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue