core/tests
mkmer c3a2fce5cc
Move to async for aladdin connect integration (#73954)
* Moved to AIOAladdinConnect API

* Added callback logic for door status

* close unused connections

* Close connection after verification

* Matched to current version

* Matched __init__.py to current release

* Matched cover.py to existing version

* added missing awaits

* Moved callback

* Bumped AIOAladdinConnect to 0.1.3

* Removed await from callback config

* Finished tests

* Added callback test

* Bumped AIOAladdinConnect to 0.1.4

* Finished tests

* Callback correct call to update HA

* Modified calls to state machine

* Modified update path

* Removed unused status

* Bumped AIOAladdinConnect to 0.1.7

* Revised test_cover cover tests and bumped AIOAladdinConnect to 0.1.10

* Bumped AIOAladdinConnect to 0.1.11

* Bumped AIOAladdinConenct to 0.1.12

* Bumped AIOAladdinConnect to 0.1.13

* Bumped AIOAladdinConnect to 0.1.14

* Added ability to handle multiple doors

* Added timout errors to config flow

* asyncio timout error added to setup retry

* Cleanup added to hass proceedure

* Bumped AIOAladdinConnect to 0.1.16

* Bumped AIOAladdinConnect to 0.1.18

* Bumped AIOAladdinConnect to 0.1.19

* Bumped AIOAladdinConnect to 0.1.20

* Addressed recommended changes: SCAN_INTERVAL and spelling

* Moved to async_get_clientsession and bumped AIOAladdinConnect to 0.1.21

* Missing test for new code structure

* removed extra call to write_ha_state, callback decorator, cleaned up tests

* Update tests/components/aladdin_connect/test_init.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Removed extra_attributes.

* Added typing to variable acc

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-06-28 23:22:18 +02:00
..
auth Add EVENT_USER_UPDATED (#71965) 2022-06-09 20:49:02 -07:00
backports
components Move to async for aladdin connect integration (#73954) 2022-06-28 23:22:18 +02:00
fixtures Fix Feedreader Atom feeds using `updated` date (#73208) 2022-06-08 20:32:01 +02:00
hassfest
helpers Adjust entity filters to make includes stronger than excludes (#74080) 2022-06-28 11:42:51 -05:00
pylint Add base Entity to pylint checks (#73902) 2022-06-27 12:10:31 +02:00
resources
scripts
test_util Make aiohttp mockers aware of the json loads kwarg (#73939) 2022-06-24 08:44:35 +02:00
testing_config Weather unit conversion (#73441) 2022-06-23 10:48:30 +02:00
util List more private and link-local IP networks (#74064) 2022-06-27 22:00:44 -07:00
__init__.py
bandit.yaml
common.py Add Entity.has_entity_name attribute (#73217) 2022-06-28 09:38:05 -07:00
conftest.py Update MQTT tests to use the config entry setup (#72373) 2022-06-02 14:24:46 +02:00
ignore_uncaught_exceptions.py
test_bootstrap.py Use supervisor envs instead of hassio (#72601) 2022-05-30 12:00:13 +02: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_config_entries.py Prevent config entries from being reloaded while they are setting up (#73387) 2022-06-12 23:05:08 -07: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
test_exceptions.py
test_loader.py Allow custom integrations to support application_credentials platform (#71129) 2022-05-01 16:26:22 -07: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