core/tests
Eduard van Valkenburg 0bba0f07ac
Add SIA Alarm systems (#36625)
* initial commit of SIA integration

* translations

* moved reactions to file, typed everything

* fixed no-else-return 3 times

* refactored config and fix coverage of test

* fix requirements_test

* elimated another platform

* forgot some mentions of sensor

* updated config flow steps, fixed restore and small edits

* fixed pylint

* updated config_flow with better schema, small fixes from review

* final comment and small legibility enhancements

* small fix for pylint

* fixed init

* fixes for botched rebase

* fixed port string

* updated common strings

* rebuild component with eventbus

* fixed pylint and tests

* updates based on review by @bdraco

* updates based on new version of package and reviews

* small updates with latest package

* added raise from

* deleted async_setup from test

* fixed tests

* removed unused code from addititional account step

* fixed typo in strings

* clarification and update to update_data func

* added iot_class to manifest

* fixed entity and unique id setup

* small fix in tests

* improved unique_id semantics and load/unload functions

* added typing in order to fix mypy

* further fixes for typing

* final fixes for mypy

* adding None return types

* fix hub DR identifier

* rebased, added DeviceInfo

* rewrite to clean up and make it easier to read

* replaced functions with format for id and name

* renamed tracker remover small fix in state.setter

* improved readibility of state.setter

* no more state.setter and small updates

* mypy fix

* fixed and improved config flow

* added fixtures to test and other cleaner test code

* removed timeband from config, will reintro in a options flow

* removed timeband from tests

* added options flow for zones and timestamps

* removed type ignore

* replaced mapping with collections.abc
2021-05-24 08:48:28 +02:00
..
auth
components Add SIA Alarm systems (#36625) 2021-05-24 08:48:28 +02:00
fixtures Improve legacy support for Hunter Douglas PowerView (#50918) 2021-05-23 12:47:19 -05:00
hassfest Block custom integrations with missing or invalid version (#49916) 2021-05-17 15:48:41 +02:00
helpers Correct trace of condition actions (#50800) 2021-05-17 16:54:17 -07:00
mock Disable strict type checks for tests (#49851) 2021-04-29 15:57:02 +02:00
resources
scripts
test_util
testing_config Block custom integrations with missing or invalid version (#49916) 2021-05-17 15:48:41 +02:00
util Use whoami for location lookup (#50934) 2021-05-22 20:34:48 -07:00
__init__.py
bandit.yaml
common.py Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
conftest.py Compile statistics for energy sensors (#50829) 2021-05-20 13:05:15 +02:00
ignore_uncaught_exceptions.py
test_bootstrap.py
test_config.py Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
test_config_entries.py Change config entry state to an enum (#49654) 2021-05-20 19:19:20 +02:00
test_core.py Define sync hass.create_task function (#50788) 2021-05-17 14:54:06 -05:00
test_data_entry_flow.py
test_exceptions.py
test_loader.py Ensure startup can proceed if async_get_integration raises (#50799) 2021-05-17 17:32:05 -05:00
test_main.py
test_requirements.py
test_runner.py
test_setup.py