-
-
Notifications
You must be signed in to change notification settings - Fork 113
Rename add-ons to apps with deprecated backward compatibility #627
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
d2a09a7
7b6b7ee
cc06eea
fb53ec7
48c9ce6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -32,7 +32,7 @@ All options are also available as `SUPERVISOR_` prefixed environment variables l | |||||||||||||
| Available commands: | ||||||||||||||
|
|
||||||||||||||
| ```text | ||||||||||||||
| addons Install, update, remove and configure Home Assistant add-ons | ||||||||||||||
| apps Install, update, remove and configure Home Assistant apps | ||||||||||||||
| audio Audio device handling. | ||||||||||||||
| authentication Authentication for Home Assistant users. | ||||||||||||||
| cli Get information, update or configure the Home Assistant cli backend | ||||||||||||||
|
|
@@ -59,19 +59,19 @@ available on the device terminal when using the Home Assistant Operating System. | |||||||||||||
|
|
||||||||||||||
| The CLI is automatically updated on those systems. | ||||||||||||||
|
|
||||||||||||||
| Furthermore, the SSH add-on (available in the add-on store) provides | ||||||||||||||
| access to this tool and several community add-ons provide it as well (e.g., | ||||||||||||||
| the Visual Studio Code add-on). | ||||||||||||||
| Furthermore, the SSH app (available in the app store) provides | ||||||||||||||
| access to this tool and several community apps provide it as well (e.g., | ||||||||||||||
| the Visual Studio Code app). | ||||||||||||||
|
Comment on lines
+62
to
+64
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bold UI strings in the installation text. Mark UI strings in bold to align with documentation guidance. Proposed fix-Furthermore, the SSH app (available in the app store) provides
-access to this tool and several community apps provide it as well (e.g.,
-the Visual Studio Code app).
+Furthermore, the **SSH app** (available in the **app store**) provides
+access to this tool and several community apps provide it as well (for example,
+the **Visual Studio Code app**).As per coding guidelines, use bold for UI strings. 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
|
|
||||||||||||||
| ## Developing & contributing | ||||||||||||||
|
|
||||||||||||||
| ### Prerequisites | ||||||||||||||
|
|
||||||||||||||
| The CLI can interact remotely with the Home Assistant Supervisor using the | ||||||||||||||
| `remote_api` add-on from the [developer add-ons repository](https://github.com/home-assistant/addons-development). | ||||||||||||||
| `remote_api` app from the [developer app repository](https://github.com/home-assistant/addons-development). | ||||||||||||||
|
||||||||||||||
| `remote_api` app from the [developer app repository](https://github.com/home-assistant/addons-development). | |
| `remote_api` app from the [Home Assistant add-ons development repository](https://github.com/home-assistant/addons-development). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bold UI labels and use sentence-style capitalization.
Apply bold to UI labels and use sentence-style capitalization for consistency.
Proposed fix
As per coding guidelines, use bold for UI strings and sentence-style capitalization.
Also applies to: 21-22
🤖 Prompt for AI Agents