Add `ms` to units comment for duration sensor device class (#90757)

pull/90779/head
Raman Gupta 2023-04-04 06:42:33 -04:00 committed by GitHub
parent a05fbdeedb
commit bfea1367a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"