forked from home-assistant/core
Add device class pH to Poolsense (#101122)
This commit is contained in:
committed by
GitHub
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"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user