Fix typo hidrogen to hydrogen (#97096)
parent
fab3c5b849
commit
910c897ceb
|
@ -217,7 +217,7 @@ class NumberDeviceClass(StrEnum):
|
|||
"""
|
||||
|
||||
PH = "ph"
|
||||
"""Potential hidrogen (acidity/alkalinity).
|
||||
"""Potential hydrogen (acidity/alkalinity).
|
||||
|
||||
Unit of measurement: Unitless
|
||||
"""
|
||||
|
|
|
@ -248,7 +248,7 @@ class SensorDeviceClass(StrEnum):
|
|||
"""
|
||||
|
||||
PH = "ph"
|
||||
"""Potential hidrogen (acidity/alkalinity).
|
||||
"""Potential hydrogen (acidity/alkalinity).
|
||||
|
||||
Unit of measurement: Unitless
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue