core/tests/components/homekit
Austin Drummond 9d0f58009e
Add support for HomeKit doorbell (#38419)
* Add support for HomeKit doorbell

* Update homeassistant/components/homekit/type_cameras.py

Co-authored-by: J. Nick Koston <nick@koston.org>

* Update homeassistant/components/homekit/type_cameras.py

Co-authored-by: J. Nick Koston <nick@koston.org>

* add speaker service for doorbells

* fixed test as doorbell char requires null value

* removed null value for doorbell presses. and removed broken override of default values

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-07-31 09:41:36 -10: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 Protect loop set default executor (#37438) 2020-07-06 15:58:53 -07:00
test_accessories.py Switch homekit to use async_track_state_change_event (#37253) 2020-07-05 19:05:13 -07:00
test_aidmanager.py Improve stability of homekit accessory ids (#35691) 2020-05-26 22:15:00 -07:00
test_config_flow.py Replace asynctest with tests.async_mock (#37428) 2020-07-03 11:29:35 -07:00
test_get_accessories.py Add humidifier support to homekit (#37207) 2020-07-02 12:53:11 -05:00
test_homekit.py Fix homekit test mocking missed in loop changeover (#37628) 2020-07-07 15:14:58 -07:00
test_img_util.py Ensure homekit functions if numpy is unavailable (#35931) 2020-05-23 02:52:33 +02:00
test_init.py Add logbook platforms (#37078) 2020-06-24 18:14:50 -07:00
test_type_cameras.py Add support for HomeKit doorbell (#38419) 2020-07-31 09:41:36 -10: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_humidifiers.py Add humidifier support to homekit (#37207) 2020-07-02 12:53:11 -05: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 Enable Homekit remote support for devices without play/pause (#37180) 2020-07-24 18:20:29 -10: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 mode info attributes to script and automation (#37815) 2020-07-14 10:47:59 -07:00
test_type_thermostats.py Avoid homekit crash when temperature is clamped above max value (#37746) 2020-07-14 22:21:10 +02:00
test_util.py Protect loop set default executor (#37438) 2020-07-06 15:58:53 -07:00
util.py Replace asynctest with tests.async_mock (#37428) 2020-07-03 11:29:35 -07:00