hass-core/homeassistant/components/config
Erik Montnemery 3ba8a82243
Differentiate between warnings and errors in check_config helper (#102902)
* Differentiate between warnings and errors in check_config helper

* Update tests

* Treat configuration errors in frontend and its dependencies as errors

* Improve test coverage

* Address review comments

* Improve test coverage

* Improve test coverage

* Address review comments

* Add comment
2023-11-05 03:08:04 +01:00
..
__init__.py Add is_admin checks to scene/script/automation APIs (#98025) 2023-08-08 12:11:52 +02:00
area_registry.py Add aliases to area registry items (#84294) 2022-12-21 08:44:44 +01:00
auth.py Add websocket type hints in config (#80532) 2022-10-18 22:15:55 -04:00
auth_provider_homeassistant.py Add websocket type hints in config (#80532) 2022-10-18 22:15:55 -04:00
automation.py Adjust entity registry access in core platforms (#88944) 2023-03-01 08:02:16 +01:00
config_entries.py Remove unnnecessary pylint configs from components/[a-d]* (#98911) 2023-08-24 00:54:02 +02:00
core.py Differentiate between warnings and errors in check_config helper (#102902) 2023-11-05 03:08:04 +01:00
device_registry.py Refactor device registry JSON cache (#85539) 2023-01-09 09:50:27 -10:00
entity_registry.py Improve performance of config/entity_registry/get* calls (#101984) 2023-10-14 08:40:16 -10:00
manifest.json Sort manifests 2 (#87023) 2023-02-08 20:16:39 +01:00
scene.py Adjust entity registry access in core platforms (#88944) 2023-03-01 08:02:16 +01:00
script.py Fix race when deleting a script (#81897) 2022-11-10 17:27:14 +01:00
services.yaml