217 files

This commit is contained in:
Home Assistant Version Control
2026-07-30 23:59:38 +00:00
parent d43a63ad29
commit 7b5e46e702
217 changed files with 15978 additions and 3912 deletions
@@ -97,7 +97,7 @@ def get_global_configuration(hass: HomeAssistant, config: ConfigType) -> ConfigT
global_config.update(get_global_gui_configuration(global_config_entry))
# Then override with YAML configuration if available
yaml_config: dict = config.get(DOMAIN, {})
yaml_config: ConfigType = config.get(DOMAIN, {})
if yaml_config:
global_config.update(yaml_config)