329 files

This commit is contained in:
Home Assistant Version Control
2026-08-06 13:56:25 +00:00
parent 0df89406fa
commit 7afe7add1d
330 changed files with 13098 additions and 5942 deletions
+1 -2
View File
@@ -1,5 +1,3 @@
from __future__ import annotations
import math
import re
from typing import NamedTuple
@@ -40,6 +38,7 @@ class SourceEntity(NamedTuple):
supported_color_modes: list[ColorMode] | None = None
entity_entry: er.RegistryEntry | None = None
device_entry: dr.DeviceEntry | None = None
config_entry_id: str | None = None
EXCLUDE_FROM_PARENT_CONFIG = (