Add `ms` to units comment for duration sensor device class (#90757)
parent
a05fbdeedb
commit
bfea1367a7
|
@ -75,7 +75,7 @@ class SensorDeviceClass(StrEnum):
|
|||
DURATION = "duration"
|
||||
"""Fixed duration.
|
||||
|
||||
Unit of measurement: `d`, `h`, `min`, `s`
|
||||
Unit of measurement: `d`, `h`, `min`, `s`, `ms`
|
||||
"""
|
||||
|
||||
ENUM = "enum"
|
||||
|
|
Loading…
Reference in New Issue