Merge pull request #1006 from fabaff/influxdb-upgrade

Upgrade influxdb to 2.11.0
This commit is contained in:
Paulus Schoutsen 2016-01-26 17:47:59 -08:00
commit 80d1ab78dd
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ DEFAULT_HOST = 'localhost'
DEFAULT_PORT = 8086
DEFAULT_DATABASE = 'home_assistant'
REQUIREMENTS = ['influxdb==2.10.0']
REQUIREMENTS = ['influxdb==2.11.0']
CONF_HOST = 'host'
CONF_PORT = 'port'

View File

@ -37,7 +37,7 @@ https://github.com/nkgilley/python-ecobee-api/archive/92a2f330cbaf601d0618456fdd
pyfttt==0.3
# homeassistant.components.influxdb
influxdb==2.10.0
influxdb==2.11.0
# homeassistant.components.insteon
insteon_hub==0.4.5