diff --git a/system/virtualization/docker/home-assistant/configuration.yaml b/system/virtualization/docker/home-assistant/configuration.yaml new file mode 100644 index 0000000..2bf923b --- /dev/null +++ b/system/virtualization/docker/home-assistant/configuration.yaml @@ -0,0 +1,11 @@ + +# 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 +script: !include scripts.yaml +scene: !include scenes.yaml