fix import

This commit is contained in:
Pascal Vizeli
2017-06-15 00:27:14 +02:00
parent cfe86a5e35
commit 3f92210ce0

View File

@@ -14,6 +14,7 @@ from homeassistant.helpers.entity import Entity, generate_entity_id
from homeassistant.helpers.entity_component import ( from homeassistant.helpers.entity_component import (
EntityComponent, DEFAULT_SCAN_INTERVAL, SLOW_SETUP_WARNING) EntityComponent, DEFAULT_SCAN_INTERVAL, SLOW_SETUP_WARNING)
from homeassistant.helpers import entity_component from homeassistant.helpers import entity_component
from homeassistant.setup import setup_component
from homeassistant.helpers import discovery from homeassistant.helpers import discovery
import homeassistant.util.dt as dt_util import homeassistant.util.dt as dt_util