1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/tests
J. Nick Koston 369ffe2288
Fix setting HomeKit temperatures with imperial units (#33315)
In PR#24804 the step size was changed to match the step size
of the device that HomeKit is controlling. Since HomeKit
is always working in TEMP_CELSIUS and the step size is based on
the Home Assistant units setting, we were mixing data with different
units of measure when Home Assistant was using imperial units.

This regression presented the symptom that setting the
temperature to 73F would result in 74F.  Other values are affected
where the math doesn't happen to work out.

HomeKit currently has a default of 0.1 in the spec and the override
of this value has been removed.
2020-03-27 21:02:51 -07:00
..
auth Spelling: Config(uration) (#31782) 2020-02-13 08:27:00 -08:00
components Fix setting HomeKit temperatures with imperial units (#33315) 2020-03-27 21:02:51 -07:00
fixtures Add pvpc electricity prices integration (#32092) 2020-03-22 14:25:31 -05:00
hassfest Make Hassfest stricter pt 2 (#30068) 2019-12-19 14:00:22 +01:00
helpers Fix dispatcher logging (#33299) 2020-03-26 20:44:44 -07:00
mock
resources
scripts Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
test_util Sort imports according to PEP8 for 'tests' (#29791) 2019-12-09 16:52:24 +01:00
testing_config Add and use percentage constant (#32094) 2020-02-28 11:46:48 -08:00
util Report which data causes JSON serialization error (#31901) 2020-02-17 10:49:42 -08:00
__init__.py
bandit.yaml Enable some more bandit checks (#30857) 2020-01-20 18:44:55 +02:00
common.py Allow managing Lovelace storage dashboards (#32241) 2020-02-28 12:43:17 -08:00
conftest.py Fix check_real location guard (#31890) 2020-02-16 15:33:09 -08:00
test_bootstrap.py Only check frontend for safe mode if frontend wanted to be loa… (#31969) 2020-02-19 15:56:46 +01:00
test_config_entries.py Freeze config entry data (#32615) 2020-03-09 14:07:50 -07:00
test_config.py Fix package default extraction (#33071) 2020-03-20 20:27:37 -07:00
test_core.py Speed up validate_entity_id (#32137) 2020-02-24 08:35:02 -08:00
test_data_entry_flow.py Rework FlowManager to use inheritance (#30133) 2020-01-03 11:52:01 +01:00
test_loader.py Extend safe mode (#31927) 2020-02-18 11:52:38 -08:00
test_main.py Sort imports according to PEP8 for 'tests' (#29791) 2019-12-09 16:52:24 +01:00
test_requirements.py Sort imports for requirements.py and its test using isort (#29836) 2019-12-11 12:12:06 +01:00
test_setup.py Fix hassio panel load (#32922) 2020-03-17 17:54:57 -07:00