mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 21:37:07 +00:00
Use REVOLUTIONS_PER_MINUTE constant in isy994 (#79989)
This commit is contained in:
parent
030205df8f
commit
5743e9f83d
@ -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…
x
Reference in New Issue
Block a user