hass-core/tests/components/automation
J. Nick Koston 0a219081ea
Only process logbook timestamps for events we will keep (#36792)
* Only process logbook timestamps for events we will keep

Since we group by minute we were previously processing
every timestamp. We can avoid this by making all the
minute checks use the unprocessed datetime since
the groupings will be the same regardless of timezone.

This reduces the number of datetime object recreations
by at least an order of magnitude.
2020-06-15 14:54:20 -05:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
common.py Trigger automation without skipping condition (#28484) 2020-01-08 10:36:11 +01:00
test_event.py Several optimizations to automations (#35007) 2020-05-01 16:37:25 +02:00
test_geo_location.py Several optimizations to automations (#35007) 2020-05-01 16:37:25 +02:00
test_homeassistant.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_init.py Only process logbook timestamps for events we will keep (#36792) 2020-06-15 14:54:20 -05:00
test_litejet.py Improve string formatting v6 (#33698) 2020-04-07 23:14:28 +02:00
test_mqtt.py Several optimizations to automations (#35007) 2020-05-01 16:37:25 +02:00
test_numeric_state.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_reproduce_state.py Add transition support to scenes, cleanup blocking parameter (#34434) 2020-04-20 18:07:50 -07:00
test_state.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_sun.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_template.py Several optimizations to automations (#35007) 2020-05-01 16:37:25 +02:00
test_time.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_time_pattern.py Several optimizations to automations (#35007) 2020-05-01 16:37:25 +02:00
test_webhook.py Black 2019-07-31 12:25:30 -07:00
test_zone.py Several optimizations to automations (#35007) 2020-05-01 16:37:25 +02:00