Drop UNIT_ prefix for percentage constant (#39383)

This commit is contained in:
springstan 2020-09-05 21:09:14 +02:00 committed by GitHub
parent cdc93d7110
commit d2b1918e9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
183 changed files with 639 additions and 661 deletions

View file

@ -2,7 +2,7 @@
import logging
from homeassistant.const import UNIT_PERCENTAGE
from homeassistant.const import PERCENTAGE
from homeassistant.helpers.dispatcher import (
async_dispatcher_connect,
async_dispatcher_send,
@ -146,7 +146,7 @@ class PlaatoSensor(Entity):
if self._type == ATTR_BPM:
return "bpm"
if self._type == ATTR_ABV:
return UNIT_PERCENTAGE
return PERCENTAGE
return ""