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(
|
||||
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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user