mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 21:10:25 +00:00
Use relative imports inside integrations (#22235)
* Use relative imports inside integrations * Lint * Fix automation tests * Fix scene imports
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
"""Support for Blink system camera control."""
|
||||
from homeassistant.components.blink import BLINK_DATA, BINARY_SENSORS
|
||||
from homeassistant.components.binary_sensor import BinarySensorDevice
|
||||
from homeassistant.const import CONF_MONITORED_CONDITIONS
|
||||
|
||||
from . import BINARY_SENSORS, BLINK_DATA
|
||||
|
||||
DEPENDENCIES = ['blink']
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user