mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix typo for PM 1 (#96473)
This commit is contained in:
parent
9f71482f8c
commit
a8e92bfcb6
@ -210,7 +210,7 @@ class NumberDeviceClass(StrEnum):
|
||||
"""
|
||||
|
||||
PM1 = "pm1"
|
||||
"""Particulate matter <= 0.1 μm.
|
||||
"""Particulate matter <= 1 μm.
|
||||
|
||||
Unit of measurement: `µg/m³`
|
||||
"""
|
||||
|
@ -248,7 +248,7 @@ class SensorDeviceClass(StrEnum):
|
||||
"""
|
||||
|
||||
PM1 = "pm1"
|
||||
"""Particulate matter <= 0.1 μm.
|
||||
"""Particulate matter <= 1 μm.
|
||||
|
||||
Unit of measurement: `µg/m³`
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user