mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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(
|
SensorEntityDescription(
|
||||||
key="pH",
|
key="pH",
|
||||||
translation_key="ph",
|
|
||||||
icon="mdi:pool",
|
icon="mdi:pool",
|
||||||
|
device_class=SensorDeviceClass.PH,
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="Battery",
|
key="Battery",
|
||||||
|
@ -28,9 +28,6 @@
|
|||||||
"chlorine": {
|
"chlorine": {
|
||||||
"name": "Chlorine"
|
"name": "Chlorine"
|
||||||
},
|
},
|
||||||
"ph": {
|
|
||||||
"name": "pH"
|
|
||||||
},
|
|
||||||
"last_seen": {
|
"last_seen": {
|
||||||
"name": "Last seen"
|
"name": "Last seen"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user