Fabian Affolter
b0c2d24997
Upgrade numpy to 1.15.1 ( #16126 )
2018-08-22 13:55:11 +02:00
Fabian Affolter
baa974a487
Upgrade numpy to 1.15.0 ( #15722 )
2018-07-29 08:46:20 +02:00
Fabian Affolter
bc8093c73b
Upgrade numpy to 1.14.5 ( #15015 )
2018-06-17 09:39:27 -04:00
Ville Skyttä
4bd7a7eee3
Remove inline pylint disables for messages disabled in pylintrc ( #14978 )
2018-06-16 00:15:46 +02:00
Fabian Affolter
d7eced95fa
Upgrade numpy to 1.14.3 ( #14187 )
2018-04-30 09:28:00 +02:00
Fabian Affolter
82f59ba984
Upgrade numpy to 1.14.2 ( #13291 )
2018-03-17 17:40:31 +01:00
Fabian Affolter
8b267e3faf
Upgrade numpy to 1.14.0 ( #11542 )
2018-01-09 15:30:00 +01:00
Sam Birch
fc8940111d
Binary sensor for detecting linear trends ( #9808 )
...
* Trend sensor now uses linear regression to calculate trend
* Added numpy to trend sensor test requirements
* Added trendline tests
* Trend sensor now has max_samples attribute
* Trend sensor uses utcnow from HA utils
* Trend sensor now completes setup in async_added_to_hass
* Fixed linter issues
* Fixed broken import
* Trend tests make use of max_samples
* Added @asyncio.coroutine decorator to trend update callback
* Update trend.py
2017-10-25 17:33:17 +02:00
Adam Mills
8ac63fd70c
Remove deprecated sensor_class config options ( #8702 )
2017-07-29 19:46:27 -04:00
Fabian Affolter
3ee4d1060f
Update docstrings ( #7361 )
...
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update docstrings
* Update tomato.py
* Update isy994.py
* Lint + fix tests
* Lint
2017-04-29 22:04:49 -07:00
Adam Mills
e877d572f5
binary_sensor sensor_class to entity device_class ( #5860 )
...
* binary_sensor sensor_class to entity device_class
* Linter fixes
* Should be it
2017-02-10 20:46:15 -08:00
Paulus Schoutsen
0f59bb208c
Migrate callbacks to use schedule_update_ha_state ( #4426 )
...
* Migrate callbacks to use schedule_update_ha_state
* Migrate MQTT sensor callback to async
* Migrate wemo to not update inside schedule_update_ha_state
* Make MQTT switch async
* Fix nx584 test
* Migrate tellstick callback
* Migrate vera callback
* Alarm control panel - manual: use async callbacks
* Run the switch rest tests that work
2016-11-17 07:34:46 -08: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
Paulus Schoutsen
00e298206e
Optimize template 2 ( #3521 )
...
* Enforce compiling templates
* Refactor templates
* Add template validator to Logbook service
* Some more fixes
* Lint
* Allow easy skipping of rfxtrx tests
* Fix template bug in AND & OR conditions
* add entities extractor
Conflicts:
tests/helpers/test_template.py
* fix unittest
* Convert template to be async
* Fix Farcy
* Lint fix
* Limit template updates to related entities
* Make template automation async
2016-09-27 21:29:55 -07:00
Paulus Schoutsen
0c0feda834
Pre-compile templates ( #3515 )
...
* Pre-compile templates
* Compile templates in numeric_state condition
2016-09-25 13:33:01 -07:00
Greg Dowling
09d52820dd
Simple trend sensor. ( #3073 )
...
* First cut of trend sensor.
* Tidy.
2016-09-05 16:32:14 +02:00