core/tests/components/homekit_controller
GaryOkie a9a1c2b91d Update Homekit climate.py to remap current mode (#28625)
* Update Homekit climate.py to remap current mode

This update changes the mapping of Homekit's Current Mode Heating/Cooling State  to show the HASS Hvac_action attribute as "idle" instead of "off" when the returned value is 0.

* Update climate.py

removed imported constant no longer being used  (CURRENT_HVAC_OFF)

* corrected update to climate.py

trying again to remove unused constant.

* Update test_climate.py

* removed "change" comment

The added comment describing the change was not needed and should not be included, as it will already be described via "git annotate"  (per @jc2k)
2019-11-12 00:35:09 +01:00
..
specific_devices Add support for Homekit accessory battery sensors (#26210) 2019-08-31 13:18:18 +01:00
__init__.py Consolidate all platforms that have tests (#22109) 2019-03-18 23:07:39 -07:00
common.py Fix for HomeKit controller state not updating after put (#25903) 2019-08-13 10:09:55 +02:00
conftest.py Black 2019-07-31 12:25:30 -07:00
test_alarm_control_panel.py Black 2019-07-31 12:25:30 -07:00
test_binary_sensor.py Black 2019-07-31 12:25:30 -07:00
test_climate.py Update Homekit climate.py to remap current mode (#28625) 2019-11-12 00:35:09 +01:00
test_config_flow.py Black 2019-07-31 12:25:30 -07:00
test_cover.py Inverting states for opening/closing Homekit covers (#26872) 2019-09-24 21:16:08 -07:00
test_light.py Black 2019-07-31 12:25:30 -07:00
test_lock.py Black 2019-07-31 12:25:30 -07:00
test_sensor.py Add support for Homekit accessory battery sensors (#26210) 2019-08-31 13:18:18 +01:00
test_storage.py Add system options to config entries (#25926) 2019-08-17 21:34:11 -07:00
test_switch.py Black 2019-07-31 12:25:30 -07:00