mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-12 04:20:20 +00:00
addons/info returns info on all addons (#3762)
* Change to legacy routing approach * Revert launch.json changes
This commit is contained in:
@@ -263,6 +263,10 @@ class APIForbidden(APIError):
|
||||
"""API forbidden error."""
|
||||
|
||||
|
||||
class APIAddonNotInstalled(APIError):
|
||||
"""Not installed addon requested at addons API."""
|
||||
|
||||
|
||||
# Service / Discovery
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user