Move device ABCs to separate helper file
This commit is contained in:
parent
68668fc658
commit
3e15742875
14 changed files with 137 additions and 125 deletions
|
@ -1,5 +1,5 @@
|
|||
""" Support for Wink sensors. """
|
||||
from homeassistant.helpers import Device
|
||||
from homeassistant.helpers.device import Device
|
||||
from homeassistant.const import (
|
||||
TEMP_CELCIUS, ATTR_UNIT_OF_MEASUREMENT, ATTR_FRIENDLY_NAME)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue