Update ReadOnlyEntityOptions typing (#103813)

This commit is contained in:
Marc Mueller 2023-11-11 22:30:55 +01:00 committed by GitHub
parent c35f56ea77
commit 66d1a7f1dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -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"),