core/tests/components
Paulus Schoutsen b650b2b0db Spread async love (#3575)
* Convert Entity.update_ha_state to be async

* Make Service.call async

* Update entity.py

* Add Entity.async_update

* Make automation zone trigger async

* Fix linting

* Reduce flakiness in hass.block_till_done

* Make automation.numeric_state async

* Make mqtt.subscribe async

* Make automation.mqtt async

* Make automation.time async

* Make automation.sun async

* Add async_track_point_in_utc_time

* Make helpers.track_sunrise/set async

* Add async_track_state_change

* Make automation.state async

* Clean up helpers/entity.py tests

* Lint

* Lint

* Core.is_state and Core.is_state_attr are async friendly

* Lint

* Lint
2016-09-30 12:57:24 -07:00
..
alarm_control_panel
automation
binary_sensor Fix tests 2016-09-29 21:42:36 -07:00
camera Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
climate
cover Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
device_tracker
fan
garage_door
hvac
light Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
lock
media_player
mqtt
notify
recorder
rollershutter Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
sensor Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
switch Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
thermostat
__init__.py
test_alexa.py Fix voluptuous alexa config (#3596) 2016-09-29 18:45:55 -07:00
test_api.py
test_configurator.py
test_conversation.py
test_demo.py
test_device_sun_light_trigger.py
test_emulated_hue.py
test_frontend.py
test_graphite.py
test_group.py
test_history.py
test_http.py
test_influxdb.py Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
test_init.py Spread async love (#3575) 2016-09-30 12:57:24 -07:00
test_input_boolean.py
test_input_select.py
test_input_slider.py
test_introduction.py
test_logbook.py Spread async love (#3575) 2016-09-30 12:57:24 -07:00
test_logentries.py Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
test_logger.py Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
test_mqtt_eventstream.py
test_panel_custom.py
test_panel_iframe.py
test_persistent_notification.py
test_proximity.py
test_rfxtrx.py
test_scene.py
test_script.py
test_shell_command.py
test_sleepiq.py
test_splunk.py Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
test_statsd.py Limit worker pool to 10 threads (#3560) 2016-09-28 00:05:38 -07:00
test_sun.py
test_updater.py Check that no configuration is provided (#3553) 2016-09-29 19:02:22 -07:00
test_weblink.py
test_zone.py