Remove the deprecated discovery_info endpoint (#64534)

This commit is contained in:
Joakim Sørensen
2022-01-20 13:46:48 +01:00
committed by GitHub
parent 3258f66097
commit 04c5e51cbd
3 changed files with 0 additions and 47 deletions

View File

@@ -699,7 +699,6 @@ URL_ROOT: Final = "/"
URL_API: Final = "/api/"
URL_API_STREAM: Final = "/api/stream"
URL_API_CONFIG: Final = "/api/config"
URL_API_DISCOVERY_INFO: Final = "/api/discovery_info"
URL_API_STATES: Final = "/api/states"
URL_API_STATES_ENTITY: Final = "/api/states/{}"
URL_API_EVENTS: Final = "/api/events"