mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Remove deprecated remote classes (#7011)
* Remove deprecated remote classes * Lint * Fix tests * Lint
This commit is contained in:
@@ -361,7 +361,6 @@ URL_API_EVENTS = '/api/events'
|
||||
URL_API_EVENTS_EVENT = '/api/events/{}'
|
||||
URL_API_SERVICES = '/api/services'
|
||||
URL_API_SERVICES_SERVICE = '/api/services/{}/{}'
|
||||
URL_API_EVENT_FORWARD = '/api/event_forwarding'
|
||||
URL_API_COMPONENTS = '/api/components'
|
||||
URL_API_ERROR_LOG = '/api/error_log'
|
||||
URL_API_LOG_OUT = '/api/log_out'
|
||||
|
||||
Reference in New Issue
Block a user