Use REVOLUTIONS_PER_MINUTE constant in isy994 (#79989)

This commit is contained in:
epenet 2022-10-11 17:51:42 +02:00 committed by GitHub
parent 030205df8f
commit 5743e9f83d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",