From d9338b280ef91d26948535c9b6cbd17afdcd03e4 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 26 Jan 2026 17:32:37 -0600 Subject: [PATCH] add hass config --- .../docker/home-assistant/configuration.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/virtualization/docker/home-assistant/configuration.yaml 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