core/tests
jan iversen 2511e1f229
Remove modbus duplicate strings (#48654)
* Reuse HA constants for serial configuration.

Reusing HA consts reduces the need for translation.

Sort/group constants in const.

* Change const name ATTR_* to CONF_*

* Correct wrong import

* ATTR_* for service and CONF_* for schemas.

* Revert change to service call.

* Rename CONF_TEMPERATURE -> ATTR_TEMPERATURE

Avoid possible division problem in set_temperature.
2021-04-04 14:02:47 +02:00
..
auth Merge multiple context managers in tests (#48146) 2021-03-27 09:17:15 +01:00
components Remove modbus duplicate strings (#48654) 2021-04-04 14:02:47 +02:00
fixtures Add Plex library count sensors (#48339) 2021-03-31 13:57:16 +02:00
hassfest Throw error in hassfest when integration is missing version (#45976) 2021-02-04 13:31:17 +01:00
helpers Apply ConfigEntryNotReady improvements to PlatformNotReady (#48665) 2021-04-04 12:31:58 +02:00
mock Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
resources
scripts Cleanup unused loggers (#46510) 2021-02-14 13:46:58 +01:00
test_util SSDP response decode: replace invalid utf-8 characters (#42681) 2021-01-31 17:59:14 +01:00
testing_config Remove device class timestamp from device condition and trigger (#48431) 2021-04-01 15:05:10 +02:00
util Clean up mobile app (#48607) 2021-04-01 16:22:08 -07:00
__init__.py
bandit.yaml
common.py Only raise integrationnotfound for dependencies (#48241) 2021-04-01 11:30:52 -07:00
conftest.py Wait for registries to load at startup (#46265) 2021-02-11 17:36:19 +01:00
ignore_uncaught_exceptions.py
test_bootstrap.py Wait for registries to load at startup (#46265) 2021-02-11 17:36:19 +01:00
test_config.py Ensure HomeAssistant can still restart when a library file is missing (#46664) 2021-02-19 22:22:48 -08:00
test_config_entries.py Prevent config entry retry from blocking startup (#48660) 2021-04-03 17:00:22 -07:00
test_core.py Add support for pre-filtering events to the event bus (#46371) 2021-02-14 09:42:55 -10:00
test_data_entry_flow.py
test_exceptions.py Refine printing of ConditionError (#46838) 2021-02-21 14:54:36 +01:00
test_loader.py Add warning to custom integrations without version (#45919) 2021-02-04 09:59:41 +01:00
test_main.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_requirements.py Only raise integrationnotfound for dependencies (#48241) 2021-04-01 11:30:52 -07:00
test_setup.py Make integration setup optional (#48381) 2021-03-29 13:53:47 -07:00