Add device class pH to Flipr (#101121)
parent
591ffa8b68
commit
edcf0b6333
|
@ -25,8 +25,8 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||
),
|
||||
SensorEntityDescription(
|
||||
key="ph",
|
||||
translation_key="ph",
|
||||
icon="mdi:pool",
|
||||
device_class=SensorDeviceClass.PH,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
|
|
|
@ -40,9 +40,6 @@
|
|||
"chlorine": {
|
||||
"name": "Chlorine"
|
||||
},
|
||||
"ph": {
|
||||
"name": "pH"
|
||||
},
|
||||
"water_temperature": {
|
||||
"name": "Water temperature"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue