core/tests/components
Fabian Affolter ac5647a30e Use voluptuous for statsd (#2928)
* Migrate to voluptuous

* Update tests
2016-09-13 18:22:30 -07:00
..
alarm_control_panel Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
automation Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
binary_sensor SleepIQ component with sensor and binary sensor platforms (#3390) 2016-09-14 00:11:50 +02:00
camera improve isfile validation check (#3101) 2016-09-01 14:35:00 +01:00
climate Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
cover Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
device_tracker Automatic polling (#3360) 2016-09-12 19:59:34 -07:00
fan Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
garage_door Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
hvac Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
light Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
lock Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
media_player Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
mqtt Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
notify Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
recorder Fix tests (#3387) 2016-09-13 18:17:51 -07:00
rollershutter Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
sensor SleepIQ component with sensor and binary sensor platforms (#3390) 2016-09-14 00:11:50 +02:00
switch Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
thermostat Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_alexa.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_api.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_configurator.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_conversation.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_demo.py Allow circular dependency with discovery (#2616) 2016-07-25 22:49:10 -07:00
test_device_sun_light_trigger.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_emulated_hue.py Add missing docstrings (fix PEP257 issues) (#3098) 2016-09-02 14:25:13 +02:00
test_frontend.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_graphite.py Use voluptuous for graphite (#2929) 2016-08-23 19:01:46 -07:00
test_group.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_history.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_http.py Update test packages (#2918) 2016-08-21 11:44:40 -07:00
test_influx.py Fix field type conflict in influxdb 2016-04-16 20:25:39 +02:00
test_init.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_input_boolean.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_input_select.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_input_slider.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_introduction.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_logbook.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_logentries.py Add support for Logentries (#1945) 2016-05-21 11:21:23 -07:00
test_logger.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_mqtt_eventstream.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_panel_custom.py Add panel custom to load any webcomponent (#2747) 2016-08-08 17:35:46 -07:00
test_panel_iframe.py Tweak panel parameters (#2746) 2016-08-07 21:56:17 -07:00
test_persistent_notification.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_proximity.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_rfxtrx.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_scene.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_script.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_shell_command.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_sleepiq.py SleepIQ component with sensor and binary sensor platforms (#3390) 2016-09-14 00:11:50 +02:00
test_splunk.py Use voluptuous for Splunk (#2931) 2016-08-23 18:58:59 -07:00
test_statsd.py Use voluptuous for statsd (#2928) 2016-09-13 18:22:30 -07:00
test_sun.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_updater.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_weblink.py Migrate to voluptuous (#3142) 2016-09-02 11:16:42 -06:00
test_zone.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00