Use REVOLUTIONS_PER_MINUTE constant in isy994 (#79989)
This commit is contained in:
parent
030205df8f
commit
5743e9f83d
1 changed files with 2 additions and 1 deletions
|
@ -41,6 +41,7 @@ from homeassistant.const import (
|
|||
PRESSURE_HPA,
|
||||
PRESSURE_INHG,
|
||||
PRESSURE_MBAR,
|
||||
REVOLUTIONS_PER_MINUTE,
|
||||
SERVICE_LOCK,
|
||||
SERVICE_UNLOCK,
|
||||
SOUND_PRESSURE_DB,
|
||||
|
@ -396,7 +397,7 @@ UOM_FRIENDLY_NAME = {
|
|||
"86": "kΩ",
|
||||
"87": f"{VOLUME_CUBIC_METERS}/{VOLUME_CUBIC_METERS}",
|
||||
"88": "Water activity",
|
||||
"89": "RPM",
|
||||
"89": REVOLUTIONS_PER_MINUTE,
|
||||
"90": FREQUENCY_HERTZ,
|
||||
"91": DEGREE,
|
||||
"92": f"{DEGREE} South",
|
||||
|
|
Loading…
Add table
Reference in a new issue