mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Add missing type hints in http component (#50411)
This commit is contained in:
committed by
GitHub
parent
85f758380a
commit
ce15f28642
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user