Skip to content

Commit

Permalink
Update addon_config.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored and fabaff committed Oct 21, 2017
1 parent 826c207 commit 358b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/developers/hassio/addon_config.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The config for an add-on is stored in `config.json`.

### {% linkable_title Options / Schema %}

The `options` dictionary contains all available options and their default value. Set the default value to `null` if the value is required to be given by the user before the add-on can start. Only nested arrays and dictionaries are supported with a deep of two size. If you want make a option optional, put `?` to the end of data type.
The `options` dictionary contains all available options and their default value. Set the default value to `null` if the value is required to be given by the user before the add-on can start, and it show it inside default values. Only nested arrays and dictionaries are supported with a deep of two size. If you want make a option optional, put `?` to the end of data type, otherwise it will be a required value.

```json
{
Expand Down

0 comments on commit 358b119

Please sign in to comment.