Skip to content

Commit 057a20c

Browse files
Add µs to duration device class for sensor and number components (home-assistant#37922)
* Update number.markdown add µs to duration * Update sensor.markdown add µs to duration
1 parent 6cb9d78 commit 057a20c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/_integrations/number.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following device classes are supported for numbers:
5151
- **data_rate**: Data rate in bit/s, kbit/s, Mbit/s, Gbit/s, B/s, kB/s, MB/s, GB/s, KiB/s, MiB/s or GiB/s
5252
- **data_size**: Data size in bit, kbit, Mbit, Gbit, B, kB, MB, GB, TB, PB, EB, ZB, YB, KiB, MiB, GiB, TiB, PiB, EiB, ZiB or YiB
5353
- **distance**: Generic distance in km, m, cm, mm, mi, nmi, yd, or in
54-
- **duration**: Duration in d, h, min, s, or ms
54+
- **duration**: Duration in d, h, min, s, ms, or µs
5555
- **energy**: Energy in J, kJ, MJ, GJ, mWh, Wh, kWh, MWh, GWh, TWh, cal, kcal, Mcal, or Gcal
5656
- **energy_distance**: Energy per distance in kWh/100km, mi/kWh or km/kWh.
5757
- **energy_storage**: Stored energy in J, kJ, MJ, GJ, mWh, Wh, kWh, MWh, GWh, TWh, cal, kcal, Mcal, or Gcal

source/_integrations/sensor.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following device classes are supported for sensors:
6161
- **data_size**: Data size in bit, kbit, Mbit, Gbit, B, kB, MB, GB, TB, PB, EB, ZB, YB, KiB, MiB, GiB, TiB, PiB, EiB, ZiB or YiB
6262
- **date**: Date string (ISO 8601)
6363
- **distance**: Generic distance in km, m, cm, mm, mi, nmi, yd, or in
64-
- **duration**: Duration in d, h, min, s, or ms
64+
- **duration**: Duration in d, h, min, s, ms, or µs
6565
- **energy**: Energy in J, kJ, MJ, GJ, mWh, Wh, kWh, MWh, GWh, TWh, cal, kcal, Mcal, or Gcal
6666
- **energy_distance**: Energy per distance in kWh/100km, mi/kWh or km/kWh.
6767
- **energy_storage**: Stored energy in J, kJ, MJ, GJ, mWh, Wh, kWh, MWh, GWh, TWh, cal, kcal, Mcal, or Gcal

0 commit comments

Comments
 (0)