Skip to content

Commit 418869c

Browse files
iautom8thingsfabaff
authored andcommitted
Note how !include_dir* funcs do not support .yml extension (#8846)
Addresses #16808. I don't believe it's necessary to support `.yml` files, but explicitly noting this would be helpful for others.
1 parent cb2416d commit 418869c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/configuration/splitting_configuration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You can get help from the command line using: `hass --script check_config --help
165165

166166
### {% linkable_title Advanced Usage %}
167167

168-
We offer four advanced options to include whole directories at once.
168+
We offer four advanced options to include whole directories at once. Please note that your files must have the `.yaml` file extension; `.yml` is not supported.
169169
- `!include_dir_list` will return the content of a directory as a list with each file content being an entry in the list.
170170
- `!include_dir_named` will return the content of a directory as a dictionary which maps filename => content of file.
171171
- `!include_dir_merge_list` will return the content of a directory as a list by merging all files (which should contain a list) into 1 big list.

0 commit comments

Comments
 (0)