mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Merge pull request #1006 from fabaff/influxdb-upgrade
Upgrade influxdb to 2.11.0
This commit is contained in:
commit
80d1ab78dd
@ -23,7 +23,7 @@ DEFAULT_HOST = 'localhost'
|
|||||||
DEFAULT_PORT = 8086
|
DEFAULT_PORT = 8086
|
||||||
DEFAULT_DATABASE = 'home_assistant'
|
DEFAULT_DATABASE = 'home_assistant'
|
||||||
|
|
||||||
REQUIREMENTS = ['influxdb==2.10.0']
|
REQUIREMENTS = ['influxdb==2.11.0']
|
||||||
|
|
||||||
CONF_HOST = 'host'
|
CONF_HOST = 'host'
|
||||||
CONF_PORT = 'port'
|
CONF_PORT = 'port'
|
||||||
|
@ -37,7 +37,7 @@ https://github.com/nkgilley/python-ecobee-api/archive/92a2f330cbaf601d0618456fdd
|
|||||||
pyfttt==0.3
|
pyfttt==0.3
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb==2.10.0
|
influxdb==2.11.0
|
||||||
|
|
||||||
# homeassistant.components.insteon
|
# homeassistant.components.insteon
|
||||||
insteon_hub==0.4.5
|
insteon_hub==0.4.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user