core/tests/components/light
Matthew Treinish 57dfe378a1 Add mochad light component (#8476)
* Add mochad light component

This commit adds a new component to control x10 dimmers/lights with
mochad.

* Create comm_type and address constants

The comm_type and address conf constants are shared between all mochad
devices because they are required information used for configuring a
device. This commit moves the definition into const.py so they're
consistent between all component types.
2017-08-03 10:51:01 +02:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_demo.py test that all lights turn off when no entity id is given (#7981) 2017-06-10 10:13:52 +02:00
test_init.py Disallow ambiguous color descriptors in the light.turn_on schema (#7765) 2017-06-01 23:05:05 -07:00
test_litejet.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_mochad.py Add mochad light component (#8476) 2017-08-03 10:51:01 +02:00
test_mqtt.py Fix attribute entity (#8066) 2017-06-17 10:03:49 -07:00
test_mqtt_json.py Fix attribute entity (#8066) 2017-06-17 10:03:49 -07:00
test_mqtt_template.py Fix attribute entity (#8066) 2017-06-17 10:03:49 -07:00
test_rflink.py Correct spelling of aliases, deprecate old config options. (#8348) 2017-07-06 15:59:54 +02:00
test_rfxtrx.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_template.py Group service / dynamic handling (#7971) 2017-06-16 00:52:28 +02:00
test_zwave.py Support for GE Zwave fan controller (#7767) 2017-05-25 22:55:00 -07:00