hass-core/homeassistant/components/switch
J. Nick Koston 20d5d3c162
Switch a few more async_track_state_change to the faster async_track_state_change_event (#37833)
async_track_state_change_event is faster than async_track_state_change
and since we do not care about the data being returned to the callback
this is a simple speedup
2020-07-14 22:31:34 -07:00
..
translations [ci skip] Translation update 2020-07-03 00:03:38 +00:00
__init__.py Rename SwitchDevice to SwitchEntity (#34673) 2020-04-26 18:50:37 +02:00
device_action.py Sort imports according to PEP8 for switch (#29654) 2019-12-08 18:50:17 +01:00
device_condition.py Fix callback and async (#31281) 2020-01-29 13:59:45 -08:00
device_trigger.py Sort imports according to PEP8 for switch (#29654) 2019-12-08 18:50:17 +01:00
light.py Switch a few more async_track_state_change to the faster async_track_state_change_event (#37833) 2020-07-14 22:31:34 -07:00
manifest.json Remove unused manifest fields (#33595) 2020-04-03 12:58:19 -07:00
reproduce_state.py Add transition support to scenes, cleanup blocking parameter (#34434) 2020-04-20 18:07:50 -07:00
services.yaml Add prettier (in pre-commit and CI) (#33693) 2020-04-05 17:27:16 +02:00
strings.json Import state strings (#34451) 2020-04-20 16:25:35 -07:00