mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-06-05 17:56:30 +00:00
Add kvar to reactive power (#2640)
This commit is contained in:
parent
6316754bd2
commit
d45d40eeb0
@ -68,7 +68,7 @@ If specifying a device class, your number entity will need to also return the co
|
||||
| `NumberDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation
|
||||
| `NumberDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity
|
||||
| `NumberDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
|
||||
| `NumberDeviceClass.REACTIVE_POWER` | var | Reactive power
|
||||
| `NumberDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
|
||||
| `NumberDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
|
||||
| `NumberDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure
|
||||
| `NumberDeviceClass.SPEED` | ft/s, in/d, in/h, in/s, km/h, kn, m/s, mph, mm/d, mm/s | Generic speed
|
||||
|
@ -71,7 +71,7 @@ If specifying a device class, your sensor entity will need to also return the co
|
||||
| `SensorDeviceClass.PRECIPITATION` | cm, in, mm | Accumulated precipitation
|
||||
| `SensorDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity
|
||||
| `SensorDeviceClass.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
|
||||
| `SensorDeviceClass.REACTIVE_POWER` | var | Reactive power
|
||||
| `SensorDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
|
||||
| `SensorDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
|
||||
| `SensorDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure
|
||||
| `SensorDeviceClass.SPEED` | ft/s, in/d, in/h, in/s, km/h, kn, m/s, mph, mm/d, mm/s | Generic speed
|
||||
|
Loading…
x
Reference in New Issue
Block a user