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
__init__.py
common.py
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py
test_climate.py
test_config_flow.py
test_cover.py
test_light.py
test_lock.py
test_sensor.py
test_storage.py
test_switch.py