You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhome-assistant%2Faddons-example)
7
+
[](https://my.home-assistant.io/redirect/supervisor_store/?repository_url=https%3A%2F%2Fgithub.com%2Fhome-assistant%2Fapps-example)
8
8
9
-
## Add-ons
9
+
## Apps
10
10
11
-
This repository contains the following add-ons
11
+
This repository contains the following apps
12
12
13
-
### [Example add-on](./example)
13
+
### [Example app](./example)
14
14
15
15
![Supports aarch64 Architecture][aarch64-shield]
16
16
![Supports amd64 Architecture][amd64-shield]
17
17
18
-
_Example add-on to use as a blueprint for new add-ons._
18
+
_Example app to use as a blueprint for new apps._
19
19
20
20
<!--
21
21
22
22
Notes to developers after forking or using the github template feature:
23
-
- While developing comment out the 'image' key from 'example/config.yaml' to make the supervisor build the addon
23
+
- While developing comment out the 'image' key from 'example/config.yaml' to make the supervisor build the app
24
24
- Remember to put this back when pushing up your changes.
25
25
- When you merge to the 'main' branch of your repository a new build will be triggered.
26
26
- Make sure you adjust the 'version' key in 'example/config.yaml' when you do that.
27
27
- Make sure you update 'example/CHANGELOG.md' when you do that.
28
28
- The first time this runs you might need to adjust the image configuration on github container registry to make it public
29
-
- You may also need to adjust the github Actions configuration (Settings > Actions > General > Workflow > Read & Write)
29
+
- You may also need to adjust the GitHub Actions configuration (Settings > Actions > General > Workflow > Read & Write)
30
30
- Adjust the 'image' key in 'example/config.yaml' so it points to your username instead of 'home-assistant'.
31
31
- This is where the build images will be published to.
0 commit comments