Skip to content

Commit ce69203

Browse files
authored
Update and tweak add-on docs (#2754)
1 parent da6574c commit ce69203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/add-ons/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Now comes the fun part, time to open the Home Assistant UI and install and run y
8080
- Open the Home Assistant frontend
8181
- Go to "Settings"
8282
- Click on "Add-ons"
83-
- Click "add-on store" in the bottom right corner.
83+
- Click "Add-on store" in the bottom right corner.
8484

8585
[![Open your Home Assistant instance and show the Supervisor add-on store.](https://my.home-assistant.io/badges/supervisor_store.svg)](https://my.home-assistant.io/redirect/supervisor_store/)
8686

@@ -101,7 +101,7 @@ Now comes the fun part, time to open the Home Assistant UI and install and run y
101101

102102
Oops! You clicked "Check for updates" in the store and your add-on didn't show up. Or maybe you just updated an option, clicked refresh and saw your add-on disappear.
103103

104-
When this happens, try refreshing your browser's cache first by pressing `Ctrl + F5`. If that didn't help, it means that your `config.yaml` is invalid. It's either [invalid YAML](http://www.yamllint.com/) or one of the specified options is incorrect. To see what went wrong, go to the Supervisor panel and in the supervisor card click on "View logs". This should bring you to a page with the logs of the supervisor. Scroll to the bottom and you should be able to find the validation error.
104+
When this happens, try refreshing your browser's cache first by pressing <kbd>Ctrl</kbd> + <kbd>F5</kbd> (Windows/Linux) or <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> (macOS). If that didn't help, it means that your `config.yaml` is invalid. It's either [invalid YAML](http://www.yamllint.com/) or one of the specified options is incorrect. To see what went wrong, go to ["Settings" → "System" → "Logs" and select "Supervisor" in the top-right drop-down menu](https://my.home-assistant.io/redirect/logs/?provider=supervisor). This should bring you to a page with the logs of the supervisor. Scroll to the bottom and you should be able to find the validation error.
105105

106106
Once you fixed the error, go to the add-on store and click "Check for updates" again.
107107

@@ -176,7 +176,7 @@ Now navigate to [http://homeassistant.local:8000](http://homeassistant.local:800
176176

177177
## Bonus: Working with add-on options
178178

179-
In the screenshot you've probably seen that our server only served up 1 file: `options.json`. This file contains the user configuration for this add-on. Because we specified two empty objects for the keys "options" and "schema" in our `config.yaml`, the resulting file is currently empty.
179+
In the screenshot, you've probably seen that our server only served up 1 file: `options.json`. This file contains the user configuration for this add-on. Because we specified two empty objects for the `options` and `schema` keys in our `config.yaml`, the resulting file is currently empty.
180180

181181
Let's see if we can get some data into that file!
182182

0 commit comments

Comments
 (0)