mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove dependency
This commit is contained in:
parent
74b37bd61b
commit
0383dddae7
@ -27,7 +27,7 @@ from homeassistant.components.sun import (STATE_ABOVE_HORIZON,
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DOMAIN = "influx"
|
DOMAIN = "influx"
|
||||||
DEPENDENCIES = ['recorder']
|
DEPENDENCIES = []
|
||||||
|
|
||||||
DEFAULT_HOST = 'localhost'
|
DEFAULT_HOST = 'localhost'
|
||||||
DEFAULT_PORT = 8086
|
DEFAULT_PORT = 8086
|
||||||
|
Loading…
x
Reference in New Issue
Block a user