core/tests
Álvaro Fernández Rojas 33d9947a70
Add climate fan modes for Airzone Cloud Aidoo devices (#103574)
* airzone_cloud: climate: add Aidoo speeds support

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* Add suggested changes

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* airzone_cloud: climate: rename _set_fan_speeds()

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* airzone_cloud: climate: drop BASE_FAN_SPEEDS

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* airzone_cloud: climate: refactor FAN_AUTO speed

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* airzone_cloud: climate: document standard speeds replacement

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* airzone_cloud: climate: fix Homekit comment

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

* airzone_cloud: climate: consistent fan speed names

Instead of mixing "low", "medium" and "high" with percentages, let's use only
percentages if there are more speeds.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

---------

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-03-25 10:50:04 +01:00
..
auth Migrate auth to use async_import_module to avoid blocking I/O in the event loop (#113387) 2024-03-14 10:44:36 +01:00
components Add climate fan modes for Airzone Cloud Aidoo devices (#103574) 2024-03-25 10:50:04 +01:00
fixtures Split light fixture from implementation to only import when fixture is actually used (#113892) 2024-03-21 10:49:32 +01:00
hassfest
helpers Fetch ServiceNotFound message from translation cache and fix super (#114084) 2024-03-24 07:41:13 -10:00
pylint
resources
scripts
snapshots Generate ConfigValidationError message from English translations (#113844) 2024-03-25 10:39:30 +01:00
test_util Enable Ruff RSE (#113695) 2024-03-18 00:40:38 +01:00
testing_config Update empty line formatting after module docstring (#114040) 2024-03-23 00:27:57 +01:00
util Enable Ruff rule PT007 (#113764) 2024-03-19 09:01:07 +01:00
__init__.py
common.py Add category registry (#110897) 2024-03-15 13:25:16 +01:00
conftest.py Split light fixture from implementation to only import when fixture is actually used (#113892) 2024-03-21 10:49:32 +01:00
ignore_uncaught_exceptions.py
patch_time.py
ruff.toml
syrupy.py Add State.last_reported (#113511) 2024-03-20 21:05:07 +01:00
test_bootstrap.py Optimize loading of translations (#114089) 2024-03-23 22:22:09 -10:00
test_circular_imports.py
test_config.py Generate ConfigValidationError message from English translations (#113844) 2024-03-25 10:39:30 +01:00
test_config_entries.py Fix setup timings when config entry platform loads are not awaited (#113959) 2024-03-23 15:26:38 -04:00
test_const.py
test_core.py Fetch ServiceNotFound message from translation cache and fix super (#114084) 2024-03-24 07:41:13 -10:00
test_data_entry_flow.py Enable Ruff rule PT007 (#113764) 2024-03-19 09:01:07 +01:00
test_exceptions.py Correct HomeAssistantError __str__ implementation and test (#113991) 2024-03-22 13:39:36 +01:00
test_loader.py Refactor integration startup time to show wall clock time (#113707) 2024-03-18 21:45:34 -04:00
test_main.py Enable ruff RUF005 and fix occurrences (#113589) 2024-03-16 07:37:20 -10:00
test_requirements.py
test_runner.py
test_setup.py Optimize loading of translations (#114089) 2024-03-23 22:22:09 -10:00
test_test_fixtures.py
typing.py