Skip to content

Commit 4160e39

Browse files
authored
Update addon_config.markdown
1 parent b5716c5 commit 4160e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/hassio/addon_config.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The config for an add-on is stored in `config.json`.
131131

132132
### {% linkable_title Options / Schema %}
133133

134-
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.
134+
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.
135135

136136
```json
137137
{

0 commit comments

Comments
 (0)