core/tests/components/homekit_controller
Austin Drummond d1566bd210
Add HomeKit humidifier/dehumidifier (#42311)
* add HomeKit humidifier/dehumidifier

* added more test coverage

* simplified char logic

Co-authored-by: Quentame <polletquentin74@me.com>

* use mode constants

* Renamed HomeKit Contorller

Co-authored-by: Quentame <polletquentin74@me.com>

* improved threshold logic

* split up homekit humidifier into 2 entities

* fixed tests

* fixed mode and switch logic

* added set mode tests

* removed redundant methods present in base class

Co-authored-by: Quentame <polletquentin74@me.com>
2020-11-14 17:59:13 +00:00
..
specific_devices Add initial camera support to homekit_controller (#43100) 2020-11-14 12:07:22 +00:00
__init__.py Consolidate all platforms that have tests (#22109) 2019-03-18 23:07:39 -07:00
common.py Implement source switching for homekit_controller televisions (#32526) 2020-03-06 15:47:40 +00:00
conftest.py Fix async_track_utc_time_change firing too early (#42176) 2020-11-05 16:34:56 +01:00
test_air_quality.py Refactor homekit_controller to be fully asynchronous (#32111) 2020-02-24 10:55:33 +01:00
test_alarm_control_panel.py Refactor homekit_controller to be fully asynchronous (#32111) 2020-02-24 10:55:33 +01:00
test_binary_sensor.py Add Carbon Monoxide binary sensor to Homekit Controller (#39889) 2020-09-10 12:25:14 +01:00
test_camera.py Add initial camera support to homekit_controller (#43100) 2020-11-14 12:07:22 +00:00
test_climate.py Add HomeKit Controller heater-cooler devices (#38979) 2020-08-25 17:56:01 +01:00
test_config_flow.py Update phrasing and pin validation for homekit_controller (#40006) 2020-09-13 15:26:04 -05:00
test_cover.py Refactor homekit_controller to be fully asynchronous (#32111) 2020-02-24 10:55:33 +01:00
test_device_trigger.py Device automation triggers for stateless HomeKit accessories (#39090) 2020-09-11 13:34:07 -05:00
test_fan.py Upgrade black to 20.8b1 (#39287) 2020-08-27 13:56:20 +02:00
test_humidifier.py Add HomeKit humidifier/dehumidifier (#42311) 2020-11-14 17:59:13 +00:00
test_light.py Make homekit_controller a local push integration (#32213) 2020-02-26 10:35:53 -08:00
test_lock.py Refactor homekit_controller to be fully asynchronous (#32111) 2020-02-24 10:55:33 +01:00
test_media_player.py homekit_controller fixes from testing with an LG TV: (#32610) 2020-03-09 12:19:17 -04:00
test_sensor.py Add missing device class attributes to homekit_controller sensors (#32175) 2020-02-25 21:43:14 +01:00
test_storage.py Refactor homekit_controller to be fully asynchronous (#32111) 2020-02-24 10:55:33 +01:00
test_switch.py Add support for homekit valve accessories to homekit_controller (#32937) 2020-03-18 21:20:40 +00:00