File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ If you have issues checkout `home-assistant.log` in the configuration directory
182
182
# ## {% linkable_title Debugging multiple configuration files %}
183
183
184
184
If you have many configuration files, the `check_config` script allows you to see how Home Assistant interprets them :
185
- - Listing all loaded files : ` hass --script -- check_config --files`
186
- - Viewing a component's config : ` hass --script -- check_config --info light`
185
+ - Listing all loaded files : ` hass --script check_config --files`
186
+ - Viewing a component's config : ` hass --script check_config --info light`
187
187
- Or all components' config : ` hass --script check_config --info all`
188
188
189
189
You can get help from the command line using : ` hass --script check_config --help`
You can’t perform that action at this time.
0 commit comments