Add reactive energy (#2659)

Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
alorente 2025-05-15 14:18:59 +02:00 committed by GitHub
parent 456948cd79
commit f8d5ff5779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -68,6 +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` | cm, in, mm | Accumulated precipitation
| `NumberDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity | `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.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
| `NumberDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy
| `NumberDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power | `NumberDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
| `NumberDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength | `NumberDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
| `NumberDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure | `NumberDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure

View File

@ -71,6 +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` | cm, in, mm | Accumulated precipitation
| `SensorDeviceClass.PRECIPITATION_INTENSITY` | in/d, in/h, mm/d, mm/h | Precipitation intensity | `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.PRESSURE` | cbar, bar, hPa, mmHg, inHg, kPa, mbar, Pa, psi | Pressure.
| `SensorDeviceClass.REACTIVE_ENERGY` | varh, kvarh | Reactive energy
| `SensorDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power | `SensorDeviceClass.REACTIVE_POWER` | var, kvar | Reactive power
| `SensorDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength | `SensorDeviceClass.SIGNAL_STRENGTH` | dB, dBm | Signal strength
| `SensorDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure | `SensorDeviceClass.SOUND_PRESSURE` | dB, dBA | Sound pressure