1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add icon to entity registry list for display (#108313)

This commit is contained in:
Franck Nijhof
2024-01-19 15:11:27 +01:00
committed by GitHub
parent 2e56d7d048
commit cdf3c07488
2 changed files with 4 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ ReadOnlyEntityOptionsType = ReadOnlyDict[str, ReadOnlyDict[str, Any]]
DISPLAY_DICT_OPTIONAL = (
("ai", "area_id"),
("di", "device_id"),
("ic", "icon"),
("tk", "translation_key"),
)