Upgrade influxdb to 4.1.1 (#9652)

* Upgrade influxdb to 4.1.1

* Upgrade influxdb to 4.1.1
pull/9656/merge
Fabian Affolter 2017-10-02 17:17:08 +02:00 committed by GitHub
parent 8a90ad9e28
commit 25e00556d0
4 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,7 @@ from homeassistant.helpers import state as state_helper
from homeassistant.helpers.entity_values import EntityValues
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['influxdb==3.0.0']
REQUIREMENTS = ['influxdb==4.1.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -22,6 +22,8 @@ import homeassistant.helpers.config_validation as cv
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['influxdb==4.1.1']
DEFAULT_HOST = 'localhost'
DEFAULT_PORT = 8086
DEFAULT_DATABASE = 'home_assistant'
@ -37,7 +39,6 @@ CONF_FIELD = 'field'
CONF_MEASUREMENT_NAME = 'measurement'
CONF_WHERE = 'where'
REQUIREMENTS = ['influxdb==3.0.0']
_QUERY_SCHEME = vol.Schema({
vol.Required(CONF_NAME): cv.string,

View File

@ -351,7 +351,7 @@ https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==3.0.0
influxdb==4.1.1
# homeassistant.components.insteon_local
insteonlocal==0.52

View File

@ -69,7 +69,7 @@ holidays==0.8.1
# homeassistant.components.influxdb
# homeassistant.components.sensor.influxdb
influxdb==3.0.0
influxdb==4.1.1
# homeassistant.components.dyson
libpurecoollink==0.4.2