mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 21:36:31 +00:00
Line170 fixed: "options" instead of "config" (#1128)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
209bbe8f1f
commit
25dd402e36
@ -173,7 +173,7 @@ Now navigate to [http://homeassistant.local:8000](http://homeassistant.local:800
|
||||
|
||||
## Bonus: Working with add-on options
|
||||
|
||||
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 an empty "config" and "schema" in our `config.yaml`, the file is currently empty.
|
||||
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 resulted file is currently empty.
|
||||
|
||||
Let's see if we can get some data into that file!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user