Correct typing on hass_storage fixure (#87986)

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
Jan Bouwhuis
2023-02-13 12:12:34 +01:00
committed by GitHub
parent dc8ceaf4bf
commit 950ee34514
4 changed files with 21 additions and 7 deletions

View File

@@ -113,6 +113,7 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
"hass_read_only_access_token": "str",
"hass_read_only_user": "MockUser",
"hass_recorder": "Callable[..., HomeAssistant]",
"hass_storage": "dict[str, Any]",
"hass_supervisor_access_token": "str",
"hass_supervisor_user": "MockUser",
"hass_ws_client": "WebSocketGenerator",