mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 01:07:10 +00:00
Fix typo hidrogen to hydrogen (#97096)
This commit is contained in:
parent
fab3c5b849
commit
910c897ceb
@ -217,7 +217,7 @@ class NumberDeviceClass(StrEnum):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
PH = "ph"
|
PH = "ph"
|
||||||
"""Potential hidrogen (acidity/alkalinity).
|
"""Potential hydrogen (acidity/alkalinity).
|
||||||
|
|
||||||
Unit of measurement: Unitless
|
Unit of measurement: Unitless
|
||||||
"""
|
"""
|
||||||
|
@ -248,7 +248,7 @@ class SensorDeviceClass(StrEnum):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
PH = "ph"
|
PH = "ph"
|
||||||
"""Potential hidrogen (acidity/alkalinity).
|
"""Potential hydrogen (acidity/alkalinity).
|
||||||
|
|
||||||
Unit of measurement: Unitless
|
Unit of measurement: Unitless
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user