Add missing type hints in http component (#50411)

This commit is contained in:
Ruslan Sayfutdinov
2021-05-10 22:30:47 +01:00
committed by GitHub
parent 85f758380a
commit ce15f28642
13 changed files with 245 additions and 160 deletions

View File

@@ -593,7 +593,7 @@ SERVICE_TOGGLE_COVER_TILT = "toggle_cover_tilt"
SERVICE_SELECT_OPTION = "select_option"
# #### API / REMOTE ####
SERVER_PORT = 8123
SERVER_PORT: Final = 8123
URL_ROOT = "/"
URL_API = "/api/"