hass-core/homeassistant/helpers
Joost Lekkerkerker 0ba2531ca4
Fix bug in check_config when an integration is removed by its own validator ()
* Raise if present is False

* Fix feedback

* Update homeassistant/helpers/check_config.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update homeassistant/helpers/check_config.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Fix tests

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-07-20 11:45:44 +02:00
..
service_info Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
__init__.py Enable Ruff SIM118 () 2023-02-15 12:39:12 +01:00
aiohttp_client.py Re-enable cleanup_closed on cpython >= 3.11.4 () 2023-05-15 21:29:41 +02:00
aiohttp_compat.py Restore original aiohttp cancelation behavior () 2023-02-13 22:00:36 -06:00
area_registry.py Remove deprecated async_get_registry () 2023-04-23 23:02:21 -04:00
check_config.py Fix bug in check_config when an integration is removed by its own validator () 2023-07-20 11:45:44 +02:00
collection.py Add TypeVar defaults for DataUpdateCoordinator and EntityComponent () 2023-06-22 03:33:23 +02:00
condition.py Allow conditions to be implemented in platforms () 2023-02-23 22:30:51 -05:00
config_entry_flow.py
config_entry_oauth2_flow.py Bump PyJWT to 2.7.0 () 2023-05-16 10:26:04 +02:00
config_validation.py Improve the docstring of some config schema generators () 2023-07-11 11:34:16 +02:00
data_entry_flow.py
debounce.py Fix debouncer not scheduling timer when wrapped function raises () 2023-06-15 22:15:49 -04:00
deprecation.py
device_registry.py Move device info validation to device registry () 2023-07-14 08:55:17 -04:00
discovery.py Add names to common helper tasks () 2023-04-05 08:41:15 +02:00
discovery_flow.py Fix benign typo in discovery flow helper () 2023-03-28 13:01:41 +02:00
dispatcher.py Pass a helpful name when creating common asyncio tasks in core () 2023-03-05 12:46:02 +01:00
entity.py Only load the device entry when it changes in the base entity () 2023-07-10 15:17:35 +02:00
entity_component.py Add service response data for listing calendar events () 2023-06-23 23:34:34 -04:00
entity_platform.py Add comment to EntityPlatform._async_add_entity about update_before_add () 2023-07-19 13:07:23 +02:00
entity_registry.py Stable entity registry id when a deleted entity is restored () 2023-06-26 15:54:35 +02:00
entity_values.py Limit cache size of EntityValues () 2023-06-21 22:23:35 +02:00
entityfilter.py Reduce code in entity filter () 2023-06-21 08:37:19 +01:00
event.py Add missing callback decorator to event helpers () 2023-06-13 11:16:43 +02:00
frame.py
httpx_client.py Tune httpx keep alives for polling integrations () 2023-07-03 14:21:59 -04:00
icon.py
instance_id.py Regenerate instance ID on error () 2023-06-20 11:16:51 +02:00
integration_platform.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
intent.py Update service call return values and error handling () 2023-06-16 07:01:40 -07:00
issue_registry.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
json.py Improve performance when serializing small bits of JSON () 2023-05-27 19:53:52 -04:00
location.py
network.py Update black to 23.1.0 () 2023-02-02 18:35:24 +01:00
ratelimit.py
recorder.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
reload.py
restore_state.py Make RestoreStateData.async_get_instance backwards compatible () 2023-06-01 19:31:17 +02:00
schema_config_entry_flow.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
script.py Move overlapping pylint rules to ruff, disable mypy overlap () 2023-06-27 17:42:46 +02:00
script_variables.py
selector.py Make default theme selectable for set theme service () 2023-07-18 17:36:35 +02:00
sensor.py
service.py Speed up single entity/response service calls () 2023-07-17 09:33:13 +02:00
signal.py Make hass.async_stop an untracked task () 2023-02-24 23:11:48 -05:00
significant_change.py Update Optional typing (1) [Py310] () 2023-01-23 09:56:10 +01:00
singleton.py Update mypy to 1.4.0 () 2023-06-21 16:12:51 +02:00
start.py
state.py Remove deprecated state.get_changed_since () 2023-07-18 09:42:48 +02:00
storage.py Improve handling of unrecoverable storage corruption () 2023-07-19 09:23:12 +02:00
sun.py Fix infinite loop in sun.sun () 2023-03-14 16:27:29 -10:00
system_info.py Ensure async_get_system_info does not fail if supervisor is unavailable () 2023-07-16 11:10:07 -04:00
temperature.py
template.py Use slots for template RenderInfo () 2023-05-22 08:52:49 +02:00
template_entity.py Refactor SQL with ManualTriggerEntity () 2023-07-20 11:35:08 +02:00
trace.py Use slots in TraceElement () 2023-07-05 08:44:00 +02:00
translation.py Add support for service translations () 2023-07-11 15:52:12 +02:00
trigger.py Make dataclasses in HA core slotted () 2023-04-11 07:58:28 -10:00
typing.py Replace EventType annotations with Event () 2023-07-18 08:51:06 +02:00
update_coordinator.py Partial revert "Add TypeVar defaults for DataUpdateCoordinator ()" () 2023-06-23 14:42:34 +02:00