Oliver Völker
aec8ad2188
InfluxDB - change connection test method ( #20666 )
2019-02-01 18:35:49 +01:00
Pierre
c29bffc8d8
Replace influxdb query by another query that is more lightweight ( #19880 )
...
same as #6289
2019-01-08 23:31:39 +00:00
Franck Nijhof
2cbe083460
⬆️ Upgrades InfluxDB dependency to 5.2.0 ( #18668 )
2018-11-25 20:52:09 +01:00
Paulus Schoutsen
994b829cb4
add_devices -> add_entities ( #16171 )
...
* add_devices -> add_entities
* Lint
* PyLint
* Revert external method in scsgate
2018-08-24 16:37:30 +02:00
Ville Skyttä
2f7b79764a
More pylint 2 fixes ( #15565 )
...
## Description:
More fixes flagged by pylint 2 that don't hurt to have before the actual pylint 2 upgrade (which I'll submit soon).
## Checklist:
- [ ] The code change is tested and works locally.
- [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
2018-07-20 11:45:20 +03:00
Fabian Affolter
64cbfdfd77
Upgrade influxdb to 5.0.0 ( #12156 )
...
* Upgrade influxdb to 5.0.0
* UPdate sensor as well
2018-02-04 18:23:26 +01:00
Fabian Affolter
25e00556d0
Upgrade influxdb to 4.1.1 ( #9652 )
...
* Upgrade influxdb to 4.1.1
* Upgrade influxdb to 4.1.1
2017-10-02 17:17:08 +02:00
Fabian Affolter
f513f6271e
Do not call update() in constructor ( #8878 )
...
* Do not call update() in constructor
* Fix lint issues
2017-08-08 20:21:33 +02:00
Thibault Cohen
613da308f2
Query in InfluxDB sensor is now templatable ( #7634 )
2017-06-02 00:01:14 -07:00
bestlibre
ad15844cf4
Fix systematic warning in influxdb sensor ( #7541 )
2017-05-12 20:47:12 -07:00
Fabian Affolter
a4f1f6e724
Update docstrings ( #7374 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstring
* Update docstrings
* Update docstrings
* Fix lint issues
* Update docstrings
* Revert changes in dict
2017-05-02 09:18:47 -07:00
Fabian Affolter
cfc023e128
Don't use len(SEQUENCE) as condition value ( #7249 )
...
* Don't use len(SEQUENCE) as condition value
* Update volvooncall.py
2017-04-23 20:41:09 -07:00
bestlibre
df68de8032
Influxdb sensor state set to unknown if query return no points ( #4148 )
...
* Influxdb sensor state set to unknown if query return no points
* Update influxdb.py
2016-11-02 19:50:18 -07:00
Fabian Affolter
be272ac64a
Disable too-many-* ( #4107 )
...
* Disable too-many-* and too-few-public-methods
* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01:00
bestlibre
7d407756c3
Converting unit_of_measurement variable to optional, to be consistent with other sensors ( #4076 )
2016-10-27 08:50:36 -07:00
bestlibre
b3ad7989ae
Influxdb sensor ( #4060 )
...
* Influxdb sensor with voluptuous configuration validation
* Adding sensor to coveragerc since there is no test for now
2016-10-26 23:48:57 -07:00