Update ReadOnlyEntityOptions typing (#103813)
This commit is contained in:
parent
c35f56ea77
commit
66d1a7f1dd
2 changed files with 5 additions and 3 deletions
|
@ -131,7 +131,7 @@ EventEntityRegistryUpdatedData = (
|
|||
|
||||
|
||||
EntityOptionsType = Mapping[str, Mapping[str, Any]]
|
||||
ReadOnlyEntityOptionsType = ReadOnlyDict[str, Mapping[str, Any]]
|
||||
ReadOnlyEntityOptionsType = ReadOnlyDict[str, ReadOnlyDict[str, Any]]
|
||||
|
||||
DISLAY_DICT_OPTIONAL = (
|
||||
("ai", "area_id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue