mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Use SensorDeviceClass.PH in mysensors (#166274)
This commit is contained in:
@@ -185,7 +185,7 @@ SENSORS: dict[str, SensorEntityDescription] = {
|
||||
),
|
||||
"V_PH": SensorEntityDescription(
|
||||
key="V_PH",
|
||||
native_unit_of_measurement="pH",
|
||||
device_class=SensorDeviceClass.PH,
|
||||
),
|
||||
"V_ORP": SensorEntityDescription(
|
||||
key="V_ORP",
|
||||
|
||||
Reference in New Issue
Block a user