mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add device class pH to Poolsense (#101122)
This commit is contained in:
parent
8d972223d8
commit
591ffa8b68
@ -29,8 +29,8 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="pH",
|
||||
translation_key="ph",
|
||||
icon="mdi:pool",
|
||||
device_class=SensorDeviceClass.PH,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="Battery",
|
||||
|
@ -28,9 +28,6 @@
|
||||
"chlorine": {
|
||||
"name": "Chlorine"
|
||||
},
|
||||
"ph": {
|
||||
"name": "pH"
|
||||
},
|
||||
"last_seen": {
|
||||
"name": "Last seen"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user