core/homeassistant
Pierre Gronlier a6511fc0b9 remove the need to have query feature support (#18942)
* remove the need to have query feature support

Some InfluxDB servers don't have /query support feature but are still valid servers for storing data.
Usually those servers are proxies to others timeseries databases.
The change proposes to still validate the configuration but with less requirements on the server side.

* `.query` call is replaced by `.write_points`

* no more query call in the influxdb component. remove test

* reset mock after the setup and before the test

* remove unused import

* reset mock stats after component setup
2018-12-04 09:59:03 +01:00
..
auth Add users added via credentials to admin group too (#18922) 2018-12-03 11:34:01 +01:00
components remove the need to have query feature support (#18942) 2018-12-04 09:59:03 +01:00
helpers Refactor script helper actions into their own methods (#18962) 2018-12-03 15:46:25 +01:00
scripts Extend partial reload to include packages (#18884) 2018-12-03 10:56:26 +01:00
util Restore states through a JSON store instead of recorder (#17270) 2018-11-28 13:16:43 +01:00
__init__.py
__main__.py Lint 2018-10-02 10:35:00 +02:00
bootstrap.py Extend partial reload to include packages (#18884) 2018-12-03 10:56:26 +01:00
config.py Extend partial reload to include packages (#18884) 2018-12-03 10:56:26 +01:00
config_entries.py OwnTracks Config Entry (#18759) 2018-11-28 22:20:13 +01:00
const.py New Events and Context Fixes (#18765) 2018-12-04 09:45:17 +01:00
core.py RFC: Call services directly (#18720) 2018-11-30 21:28:35 +01:00
data_entry_flow.py Add webhook + IFTTT example (#16817) 2018-09-30 14:45:48 +02:00
exceptions.py RFC: Call services directly (#18720) 2018-11-30 21:28:35 +01:00
loader.py Doc fix: a circular dependency does not raise an error. (#18298) 2018-11-08 12:59:58 +01:00
monkey_patch.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
package_constraints.txt Upgrade ruamel.yaml to 0.15.80 2018-12-02 00:17:41 +01:00
requirements.py Improve package loadable (#16237) 2018-08-28 12:52:18 +02:00
setup.py OwnTracks Config Entry (#18759) 2018-11-28 22:20:13 +01:00