Skip to content

Commit

Permalink
Adjusting wording from coderabbit feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 committed Jul 30, 2024
1 parent 85f8ff5 commit d306897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/api/supervisor/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ Get details about an add-on
| startup | string | The stage when the add-on is started (initialize, system, services, application, once) |
| state | string or null | The state of the add-on (started, stopped) |
| stdin | boolean | `true` if the add-on accepts stdin commands |
| system_managed | boolean | `true` if Home Assistant is managing the add-on |
| system_managed_config_entry | string | ID of the config entry managing the add-on within Home Assistant |
| translations | dictionary | A dictionary containing content of translation files for the add-on |
| system_managed | boolean | Indicates whether the add-on is managed by Home Assistant |
| system_managed_config_entry | string | Provides the configuration entry ID if the add-on is managed by Home Assistant |
| translations | dictionary | A dictionary containing content of translation files for the add-on |
| udev | boolean | `true` if udev access is granted is enabled |
| update_available | boolean | `true` if an update is available |
| url | string or null | URL to more information about the add-on |
Expand Down
2 changes: 1 addition & 1 deletion docs/api/supervisor/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ These models are describing objects that are getting returned from the superviso
| icon | bool | The add-on has an icon file |
| logo | bool | The add-on has a logo file |
| state | string | The state of the add-on (started, stopped) |
| system_managed | bool | `true` if Home Assistant is managing the addon |
| system_managed | bool | Indicates whether the add-on is managed by Home Assistant |

## Application

Expand Down

0 comments on commit d306897

Please sign in to comment.