hass-core/tests/components/homekit
J. Nick Koston 6b7a7939d2
Include the first seen context data in the logbook api ()
* Include the context_entity_id in the logbook api

context_entity_id is the first entity seen during
a time period that includes the context

* update test

* more of them

* include friendly name

* pylint wants a ternary

* Refactor

* performance

* fix homekit context

* Fix self describing events

* Fix external_events
2020-08-24 12:44:40 -05:00
..
__init__.py Add missing __init__ test files () 2018-09-25 23:08:37 +02:00
common.py Make homekit camera snapshots HAP spec compliant () 2020-05-10 22:09:05 -07:00
conftest.py Protect loop set default executor () 2020-07-06 15:58:53 -07:00
test_accessories.py Switch homekit to use async_track_state_change_event () 2020-07-05 19:05:13 -07:00
test_aidmanager.py Improve stability of homekit accessory ids () 2020-05-26 22:15:00 -07:00
test_config_flow.py Replace asynctest with tests.async_mock () 2020-07-03 11:29:35 -07:00
test_get_accessories.py Add humidifier support to homekit () 2020-07-02 12:53:11 -05:00
test_homekit.py Fix homekit test mocking missed in loop changeover () 2020-07-07 15:14:58 -07:00
test_img_util.py Ensure homekit functions if numpy is unavailable () 2020-05-23 02:52:33 +02:00
test_init.py Include the first seen context data in the logbook api () 2020-08-24 12:44:40 -05:00
test_type_cameras.py Expose video doorbell button state to HomeKit () 2020-08-06 17:47:39 -05:00
test_type_covers.py Use registry to find linked batteries for homekit () 2020-04-21 17:43:49 -07:00
test_type_fans.py Use asynctest-mock in most places () 2020-05-03 11:27:19 -07:00
test_type_humidifiers.py Add humidifier support to homekit () 2020-07-02 12:53:11 -05:00
test_type_lights.py Convert homekit fans to use service callbacks () 2020-04-15 21:39:31 -05:00
test_type_locks.py Remove legacy async_add_job from homekit tests () 2020-04-05 21:33:36 -05:00
test_type_media_players.py Enable Homekit remote support for devices without play/pause () 2020-07-24 18:20:29 -10:00
test_type_security_systems.py Config flow for homekit () 2020-04-30 23:05:06 -05:00
test_type_sensors.py Use registry to find linked batteries for homekit () 2020-04-21 17:43:49 -07:00
test_type_switches.py Add mode info attributes to script and automation () 2020-07-14 10:47:59 -07:00
test_type_thermostats.py Avoid homekit crash when temperature is clamped above max value () 2020-07-14 22:21:10 +02:00
test_util.py Protect loop set default executor () 2020-07-06 15:58:53 -07:00
util.py Replace asynctest with tests.async_mock () 2020-07-03 11:29:35 -07:00