hass-core/tests/components/light
Jon Caruana 2a6c0cfc17 LiteJet: Unit tests and new trigger options held_more_than and held_less_than. ()
* LiteJet: Unit tests and new trigger options held_more_than and held_less_than.
* Unit tests for the LiteJet component and associated platforms. Coverage is almost 100% -- just misses one line.
* The automation LiteJet trigger returns an empty "removal" function to ensure the automation base is happy with it. The pylitejet library doesn't actually support a real removal.
* The automation LiteJet trigger can detect hold time and act appropriately to support things like short tap or long hold.

* LiteJet: Fix indent in unit test source code.

* LiteJet: Fix test_include_switches_* unit tests on Python 3.5

* LiteJet: Remove wait for state existence from unit tests. Recent fixes to discovery make this no longer necessary.
2016-11-24 09:52:15 -08:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_demo.py Lazy initialise the worker pool () 2016-10-31 08:47:29 -07:00
test_init.py Disable too-many-* () 2016-10-30 22:18:53 +01:00
test_litejet.py LiteJet: Unit tests and new trigger options held_more_than and held_less_than. () 2016-11-24 09:52:15 -08:00
test_mqtt.py Continue on invalid platforms and new setup_component unit tests () 2016-10-08 11:27:35 -07:00
test_mqtt_json.py Async bootstrap / component init () 2016-10-27 00:16:23 -07:00
test_mqtt_template.py Add mqtt_template light component () 2016-11-06 09:09:01 -08:00
test_rfxtrx.py Lazy initialise the worker pool () 2016-10-31 08:47:29 -07:00