Skip to content

Commit

Permalink
Revert "Updated influxdb-client dependency to 1.8.0" (home-assistant#…
Browse files Browse the repository at this point in the history
…37396)" (home-assistant#37697)

This reverts commit 9964bd4.
  • Loading branch information
mdegat01 authored Jul 10, 2020
1 parent 5f36023 commit e379bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/influxdb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"domain": "influxdb",
"name": "InfluxDB",
"documentation": "https://www.home-assistant.io/integrations/influxdb",
"requirements": ["influxdb==5.2.3", "influxdb-client==1.8.0"],
"requirements": ["influxdb==5.2.3", "influxdb-client==1.6.0"],
"codeowners": ["@fabaff", "@mdegat01"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ ihcsdk==2.7.0
incomfort-client==0.4.0

# homeassistant.components.influxdb
influxdb-client==1.8.0
influxdb-client==1.6.0

# homeassistant.components.influxdb
influxdb==5.2.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ huawei-lte-api==1.4.12
iaqualink==0.3.4

# homeassistant.components.influxdb
influxdb-client==1.8.0
influxdb-client==1.6.0

# homeassistant.components.influxdb
influxdb==5.2.3
Expand Down

0 comments on commit e379bfe

Please sign in to comment.