hass-core/tests/components/homekit
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 Add missing __init__ test files (#16871) 2018-09-25 23:08:37 +02:00
common.py Make homekit camera snapshots HAP spec compliant (#35299) 2020-05-10 22:09:05 -07:00
conftest.py Use system zeroconf singleton for homekit (#35502) 2020-05-11 13:21:16 -05:00
test_accessories.py Mark homekit accessories unavailable if the underlying entity is unavailable (#35685) 2020-06-01 10:11:48 -05:00
test_aidmanager.py Improve stability of homekit accessory ids (#35691) 2020-05-26 22:15:00 -07:00
test_config_flow.py Remove zeroconf options from homekit (#35687) 2020-06-02 17:47:39 -05:00
test_get_accessories.py Show device details in homekit accessory service info (#35100) 2020-05-11 09:09:48 -05:00
test_homekit.py Remove zeroconf options from homekit (#35687) 2020-06-02 17:47:39 -05:00
test_img_util.py Ensure homekit functions if numpy is unavailable (#35931) 2020-05-23 02:52:33 +02:00
test_init.py Only process logbook timestamps for events we will keep (#36792) 2020-06-15 14:54:20 -05:00
test_type_cameras.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_type_covers.py Use registry to find linked batteries for homekit (#33519) 2020-04-21 17:43:49 -07:00
test_type_fans.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_type_lights.py Convert homekit fans to use service callbacks (#34229) 2020-04-15 21:39:31 -05:00
test_type_locks.py Remove legacy async_add_job from homekit tests (#33727) 2020-04-05 21:33:36 -05:00
test_type_media_players.py Fire events on homekit TV remote key press (#29588) 2020-05-19 08:11:04 -05:00
test_type_security_systems.py Config flow for homekit (#34560) 2020-04-30 23:05:06 -05:00
test_type_sensors.py Use registry to find linked batteries for homekit (#33519) 2020-04-21 17:43:49 -07:00
test_type_switches.py Add vacuum support to homekit (#34386) 2020-04-20 08:00:52 -07:00
test_type_thermostats.py Use asynctest-mock in most places (#35109) 2020-05-03 11:27:19 -07:00
test_util.py Ensure homekit version strings conform to spec (#35741) 2020-05-17 15:51:51 -05:00
util.py Config flow for homekit (#34560) 2020-04-30 23:05:06 -05:00