1
mirror of https://github.com/home-assistant/core synced 2024-09-09 12:51:22 +02:00
ha-core/tests
jafar-atili 24266f1426
Add SwitchBee Integration (#70201)
* Add SwitchBee Integration

* fixes

* improved API and more logs

* fixed test_config_flow code

* removed light and cover

* Fixed CR comments, updated pylib, improved response time and lowered the scan interval for lower latency

* CR fixes, added advanced setup form to let the
user choose the following:
    - scan interval in seconds: default 5
    - whether to expose scenarios and group switches from the CU or not

* used SCAN_INTERVAL_SEC instead of typing just the number

* Fixed PR comments, added unit tests

* fixes

* Improved the pypi and updated the code accordingly

* Add SwitchBee Integration

* fixes

* improved API and more logs

* fixed test_config_flow code

* removed light and cover

* Fixed CR comments, updated pylib, improved response time and lowered the scan interval for lower latency

* CR fixes, added advanced setup form to let the
user choose the following:
    - scan interval in seconds: default 5
    - whether to expose scenarios and group switches from the CU or not

* used SCAN_INTERVAL_SEC instead of typing just the number

* Fixed PR comments, added unit tests

* fixes

* Improved the pypi and updated the code accordingly

* fixes

* restored new line in .coveragerc

* test: increased config_flow test coverage

* removed two way type

* Updated CODEOWNERS

* fix: code review comments

* fixed review comments

* added device_info

* moved device info to attribute
2022-09-13 09:01:29 +02:00
..
auth Search/replace RESULT_TYPE_* by FlowResultType enum (#74656) 2022-07-07 21:28:18 +02:00
backports
components Add SwitchBee Integration (#70201) 2022-09-13 09:01:29 +02:00
fixtures Add device HmIP-STE2-PCB to homematicip_cloud (#75369) 2022-07-25 18:15:02 +02:00
hassfest
helpers Drop old migration code from entity registry (#78278) 2022-09-12 22:28:05 -04:00
pylint Adjust pylint checks for notify get_service (#77606) 2022-09-07 09:44:15 +02:00
resources
scripts
test_util JSON serialize NamedTuple subclasses with aiohttp (#74971) 2022-07-11 14:46:55 -07:00
testing_config Add device class moisture (#77666) 2022-09-01 11:47:47 -04:00
util Add is_host_valid util (#76589) 2022-09-11 11:12:04 -05:00
__init__.py
bandit.yaml
common.py Simplify device registry (#77715) 2022-09-03 12:50:55 +02:00
conftest.py Set cv hass in hass fixture (#77271) 2022-08-25 12:29:31 +02:00
ignore_uncaught_exceptions.py
test_bootstrap.py Add a context variable holding a HomeAssistant reference (#76303) 2022-08-22 15:58:01 +02:00
test_config_entries.py Fix serialization of Xiaomi BLE reauth flow (#76095) 2022-08-02 21:38:38 +01:00
test_config.py Significantly improve yaml load times when the C loader is available (#73337) 2022-06-13 08:44:46 -10:00
test_core.py Fix memory leak when firing state_changed events (#72571) 2022-05-26 20:54:26 -07:00
test_data_entry_flow.py Add a callback for data flow handler removal (#77394) 2022-08-29 16:25:34 -04:00
test_exceptions.py
test_loader.py Change manufacturer_data_first_byte to manufacturer_data_start (#75379) 2022-07-17 17:25:45 -05:00
test_main.py
test_requirements.py Check if requirements are installed in the executor (#71611) 2022-06-13 13:10:05 -07:00
test_runner.py
test_setup.py
test_test_fixtures.py Set cv hass in hass fixture (#77271) 2022-08-25 12:29:31 +02:00