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
Benedict Aas
c8e0de19b6
add relative time option to simulated sensors ( #14038 )
...
By default simulated sensors are relative to when they're activated,
instead we make this togglable with this new option 'relative_to_epoch',
and instead they become relative to 1970-01-01 00:00:00.
2018-06-14 14:06:49 -04:00
Fabian Affolter
f1aba5511f
Limit to 3 decimals ( fixes #14773 )
2018-06-05 19:44:41 +02:00
Fabian Affolter
28ef94c3fa
Update syntax ( #14772 )
2018-06-02 15:08:10 +02:00
Ville Skyttä
843789528e
Remove extra quotes from docstrings ( #14431 )
2018-05-13 11:06:15 +02:00
Paulus Schoutsen
cf8907ed0f
Fix aggressive scan intervals ( #12885 )
2018-03-03 14:03:06 -08:00
Robin
bf41674e06
Adds simulated sensor ( #12539 )
...
* Create simulated.py
* Create test_simulated.py
* Update .coveragerc
* Drop numpy and fix attributes
Drop numpy and fix attributes to be machine readble
* Update test_simulated.py
* Update simulated.py
* Update test_simulated.py
* Update simulated.py
* Update test_simulated.py
* Update simulated.py
* Update simulated.py
* Update test_simulated.py
* Update simulated.py
* Fix default random seed error
* Update simulated.py
* Addresses balloob comments
* Update simulated.py
2018-02-26 00:01:01 -08:00