-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
26 lines (22 loc) · 708 Bytes
/
configuration.yaml
File metadata and controls
26 lines (22 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Welcome to my Home Assistant configuration!
#
# This file is only used to bootstrap the system.
# You can find the rest of the configurationo inside the integrations folder.
#
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Loading frontend themes
frontend:
themes: !include_dir_merge_named ../themes
# Load Home Assistant integrations as packages
homeassistant:
# Load customizations
# Only for those device that are not customisable from UI
customize: !include customize.yaml
# Load packages
packages: !include_dir_named integrations
# Root-level staff
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml