1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 04:34:10 +01:00
Files
core/homeassistant/components/binary_sensor
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
..
2017-09-17 20:47:30 +02:00
2017-09-23 17:15:46 +02:00
2017-10-07 15:11:41 +02:00
2017-10-08 20:14:39 +02:00
2017-10-19 10:56:25 +02:00
2017-10-09 14:38:00 +03:00
2017-07-26 14:03:29 +02:00
2017-06-30 08:53:14 +02:00
2017-08-21 13:24:30 +02:00