mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Type check various base components (#25878)
* Type check various component base classes, disabling bunch of checks for now * Type hint fixes * Help mypy out some * Add more type hints
This commit is contained in:
committed by
Paulus Schoutsen
parent
cf90e49b50
commit
b738082dad
@@ -4,6 +4,9 @@ import voluptuous as vol
|
||||
|
||||
from homeassistant.components import websocket_api
|
||||
|
||||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
DATA_STORAGE = "frontend_storage"
|
||||
STORAGE_VERSION_USER_DATA = 1
|
||||
STORAGE_KEY_USER_DATA = "frontend.user_data_{}"
|
||||
|
||||
Reference in New Issue
Block a user