mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
Move device ABCs to separate helper file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user