-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
configuration.yaml
executable file
·23 lines (21 loc) · 1.05 KB
/
configuration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#################################################################################
#
# __ _ _ _
# ___ ___ _ __ / _(_) __ _ _ _ _ __ __ _| |_(_) ___ _ __
# / __/ _ \| '_ \| |_| |/ _` | | | | '__/ _` | __| |/ _ \| '_ \
# | (_| (_) | | | | _| | (_| | |_| | | | (_| | |_| | (_) | | | |
# \___\___/|_| |_|_| |_|\__, |\__,_|_| \__,_|\__|_|\___/|_| |_|
# |___/
#
#################################################################################
# NOTE: I am working towards a minimalised configuration
# Ultimately, I want to have a once line file that calls all the
# other YAML includes
#################################################################################
homeassistant:
# Load packages
packages: !include_dir_named includes
## Customization
## https://www.home-assistant.io/docs/configuration/customizing-devices/#manual-customization
# For some reason, this won't load from homeassistant.yaml. Needs to be in configuration.yaml
customize: !include entities/customize.yaml