Commit graph

4 commits

Author SHA1 Message Date
Georgi Kirichkov
49b1643ff0 Relaxes the configuration options for influxdb ()
* Relaxes the configuration options for influxdb

By default influxdb allows unauthenticated access
Home Assistant required at least username and password to be present to properly submit data to influxdb

* Removes unused import of 'copy'

The copy module was used only in the removed test case responsible for testing the missing keys

* Updates InfluxDB config schema to require user and password

Current InfluxDB (v 1.0) can work without any authentication, but when authentication is enabled both username and password should be set.

* Removes extra white space in test_influxdb.py
2016-10-14 21:10:04 -07:00
Paulus Schoutsen
4b8bc90d16 Limit worker pool to 10 threads ()
* Limit worker pool to 10 threads

* Comment evdev in requirements

* Allow skipping RFXtrx tests locally

* Fix worker pool size tests

* lol whut
2016-09-28 00:05:38 -07:00
Lewis Juggins
769bc37150 Add additional fields to influx () 2016-09-20 22:20:05 -07:00
Paulus Schoutsen
9a87e5e336 Feature/voluptuous influxdb ()
* Migrate to voluptuous

* Fix voluptuous influxdb
2016-09-18 15:32:18 -07:00
Renamed from tests/components/test_influx.py (Browse further)