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
@@ -84,7 +84,7 @@ def create_composite_filter(
def create_filter(
filter_type: str,
filter_config: ConfigType | str | list | Template,
filter_config: ConfigType | str | list[str] | Template,
hass: HomeAssistant,
) -> EntityFilter:
filter_mapping: dict[str, Callable[[], EntityFilter]] = {