mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add device class for blood glucose concentration (#35447)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
48ecf2c07b
commit
5f74d81f9a
@ -43,6 +43,7 @@ The following device classes are supported for numbers:
|
||||
- **aqi**: Air Quality Index (unitless).
|
||||
- **atmospheric_pressure**: Atmospheric pressure in cbar, bar, hPa, inHg, kPa, mbar, Pa, psi
|
||||
- **battery**: Percentage of battery that is left
|
||||
- **blood_glocose_concentration**: Blood glucose concentration in mg/dL, mmol/L
|
||||
- **carbon_dioxide**: Carbon Dioxide in CO2 (Smoke)
|
||||
- **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG)
|
||||
- **current**: Current in A, mA
|
||||
|
@ -52,6 +52,7 @@ The following device classes are supported for sensors:
|
||||
- **aqi**: Air Quality Index (unitless).
|
||||
- **atmospheric_pressure**: Atmospheric pressure in cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa or psi
|
||||
- **battery**: Percentage of battery that is left in %
|
||||
- **blood_glucose_concentration**: Blood glucose concentration in mg/dL, mmol/L
|
||||
- **carbon_dioxide**: Carbon Dioxide in CO2 (Smoke) in ppm
|
||||
- **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG) in ppm
|
||||
- **current**: Current in A, mA
|
||||
|
Loading…
x
Reference in New Issue
Block a user