mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix typo hidrogen to hydrogen (#97096)
This commit is contained in:
@@ -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
|
||||
"""
|
||||
|
Reference in New Issue
Block a user