1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-22 20:09:35 +00:00

Fix typing in ObjectSelectorConfig (#153043)

This commit is contained in:
Erik Montnemery
2025-09-26 15:18:18 +02:00
committed by GitHub
parent f8fd8b432a
commit fdca16ea92

View File

@@ -1162,7 +1162,7 @@ class ObjectSelectorConfig(BaseSelectorConfig):
fields: dict[str, ObjectSelectorField]
multiple: bool
label_field: str
description_field: bool
description_field: str
translation_key: str