1
0
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:
epenet
2026-03-23 17:43:59 +01:00
committed by GitHub
parent 3657a8eb07
commit 3d1a8fb08c

View File

@@ -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",