mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-23 09:16:32 +00:00
Add docs for CONDUCTIVITY device class (#2285)
* Add documentation for SensorDeviceClass.CONDUCTIVITY * Update number.md * Remove period --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
45b69e9e9a
commit
615fc11729
@ -37,6 +37,7 @@ If specifying a device class, your number entity will need to also return the co
|
||||
| `NumberDeviceClass.BATTERY` | % | Percentage of battery that is left
|
||||
| `NumberDeviceClass.CARBON_DIOXIDE` | ppm | Concentration of carbon dioxide.
|
||||
| `NumberDeviceClass.CARBON_MONOXIDE` | ppm | Concentration of carbon monoxide.
|
||||
| `NumberDeviceClass.CONDUCTIVITY` | S/cm, mS/cm, µS/cm | Conductivity
|
||||
| `NumberDeviceClass.CURRENT` | A, mA | Current
|
||||
| `NumberDeviceClass.DATA_RATE` | bit/s, kbit/s, Mbit/s, Gbit/s, B/s, kB/s, MB/s, GB/s, KiB/s, MiB/s, GiB/s | Data rate
|
||||
| `NumberDeviceClass.DATA_SIZE` | bit, kbit, Mbit, Gbit, B, kB, MB, GB, TB, PB, EB, ZB, YB, KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB | Data size
|
||||
|
@ -38,6 +38,7 @@ If specifying a device class, your sensor entity will need to also return the co
|
||||
| `SensorDeviceClass.BATTERY` | % | Percentage of battery that is left
|
||||
| `SensorDeviceClass.CO2` | ppm | Concentration of carbon dioxide.
|
||||
| `SensorDeviceClass.CO` | ppm | Concentration of carbon monoxide.
|
||||
| `SensorDeviceClass.CONDUCTIVITY` | S/cm, mS/cm, µS/cm | Conductivity
|
||||
| `SensorDeviceClass.CURRENT` | A, mA | Current
|
||||
| `SensorDeviceClass.DATA_RATE` | bit/s, kbit/s, Mbit/s, Gbit/s, B/s, kB/s, MB/s, GB/s, KiB/s, MiB/s, GiB/s | Data rate
|
||||
| `SensorDeviceClass.DATA_SIZE` | bit, kbit, Mbit, Gbit, B, kB, MB, GB, TB, PB, EB, ZB, YB, KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB | Data size
|
||||
|
Loading…
x
Reference in New Issue
Block a user