Remove dependency

pull/648/head
Fabian Affolter 2015-12-04 16:25:34 +01:00
parent 74b37bd61b
commit 0383dddae7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from homeassistant.components.sun import (STATE_ABOVE_HORIZON,
_LOGGER = logging.getLogger(__name__)
DOMAIN = "influx"
DEPENDENCIES = ['recorder']
DEPENDENCIES = []
DEFAULT_HOST = 'localhost'
DEFAULT_PORT = 8086