hass-core/tests/components/light
Ville Skyttä cab6c694c5 Flake8 bugbear fixes (#12072)
* Don't use mutable argument defaults (bugbear B006)

* Use callable(x) instead of hasattr(x, '__call__') (bugbear B004)

* Remove/mark unused loop control variables (bugbear B007)

* Fix stripping protocol from kodi host name (bugbear B005)

* Fix plant daily history add default date (bugbear B008)
2018-01-30 14:44:05 -08:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_demo.py Cleanup old stale restore feature (#10593) 2017-11-15 23:03:41 -08:00
test_hue.py Flake8 bugbear fixes (#12072) 2018-01-30 14:44:05 -08: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 Spelling fixes (#11940) 2018-01-27 11:58:27 -08:00
test_mochad.py Fix X10 commands for mochad light turn on (#11146) 2017-12-17 00:52:40 +01:00
test_mqtt.py Add missing availability schema to MQTT alarm panel (#11829) 2018-01-20 17:11:04 +01:00
test_mqtt_json.py Add missing availability schema to MQTT alarm panel (#11829) 2018-01-20 17:11:04 +01:00
test_mqtt_template.py Add missing availability schema to MQTT alarm panel (#11829) 2018-01-20 17:11:04 +01:00
test_rflink.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_rfxtrx.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00
test_template.py Add entity_picture_template options to Template Cover, Template Light, Template Sensor, and Template Switch (#9854) 2017-10-30 09:28:37 -07:00
test_zwave.py Spelling fixes (#12041) 2018-01-29 23:37:19 +01:00