diff --git a/homeassistant/components/influx.py b/homeassistant/components/influx.py index 5de2f3bdd73..e8b458892cc 100644 --- a/homeassistant/components/influx.py +++ b/homeassistant/components/influx.py @@ -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