mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-22 08:46:30 +00:00
Add dark icon/logo endpoints
This commit is contained in:
parent
68c88d3400
commit
e7607fa055
@ -77,7 +77,16 @@ Returns the raw container logs from docker.
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/icon" method="get">
|
||||
Get the add-on icon
|
||||
|
||||
Get the `icon.png` file of an add-on.
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/dark_icon" method="get">
|
||||
|
||||
Get the `dark_icon.png` file of an add-on.
|
||||
This will fallback to `icon.png` if `dark_icon.png` does not exist.
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/info" method="get">
|
||||
@ -247,7 +256,16 @@ Install an add-on
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/logo" method="get">
|
||||
Get the add-on logo
|
||||
|
||||
Get the `logo.png` file of an add-on.
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/dark_logo" method="get">
|
||||
|
||||
Get the `dark_logo.png` file of an add-on.
|
||||
This will fallback to `logo.png` if `dark_logo.png` does not exist.
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/options" method="post">
|
||||
|
Loading…
x
Reference in New Issue
Block a user