Fix typo hidrogen to hydrogen (#97096)
This commit is contained in:
parent
fab3c5b849
commit
910c897ceb
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue