mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Add ms
to units comment for duration sensor device class (#90757)
This commit is contained in:
parent
a05fbdeedb
commit
bfea1367a7
@ -75,7 +75,7 @@ class SensorDeviceClass(StrEnum):
|
|||||||
DURATION = "duration"
|
DURATION = "duration"
|
||||||
"""Fixed duration.
|
"""Fixed duration.
|
||||||
|
|
||||||
Unit of measurement: `d`, `h`, `min`, `s`
|
Unit of measurement: `d`, `h`, `min`, `s`, `ms`
|
||||||
"""
|
"""
|
||||||
|
|
||||||
ENUM = "enum"
|
ENUM = "enum"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user