I thought I was just adding a pointer to a templates.yml, but now I’m getting error messages which I don’t understand, viz.
“Configuration warnings
Integration error: themes - Integration ‘themes’ not found.”
What syntax rule have I broken?
# Loads default set of integrations. Do not remove
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
template: !include templates.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
Thanks that seems to have done the trick.
Newbee questions:
Why is there a two space indent on just the themes line?
Why not also on the automatio, template, script and scene lines?