mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Add device class pH to Flipr (#101121)
This commit is contained in:
parent
591ffa8b68
commit
edcf0b6333
@ -25,8 +25,8 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="ph",
|
key="ph",
|
||||||
translation_key="ph",
|
|
||||||
icon="mdi:pool",
|
icon="mdi:pool",
|
||||||
|
device_class=SensorDeviceClass.PH,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
|
@ -40,9 +40,6 @@
|
|||||||
"chlorine": {
|
"chlorine": {
|
||||||
"name": "Chlorine"
|
"name": "Chlorine"
|
||||||
},
|
},
|
||||||
"ph": {
|
|
||||||
"name": "pH"
|
|
||||||
},
|
|
||||||
"water_temperature": {
|
"water_temperature": {
|
||||||
"name": "Water temperature"
|
"name": "Water temperature"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user