forked from dwainscheeren/dwains-lovelace-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration-sample.yaml
executable file
·36 lines (26 loc) · 1.36 KB
/
configuration-sample.yaml
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
27
28
29
30
31
32
33
34
35
36
#Copy from here#
#Start of dwains-theme necessary code#
homeassistant:
# If you want to customize entries with friendly_name or custom icon.
# Read more here: https://www.home-assistant.io/docs/configuration/customizing-devices/
# Uncomment line below and create file customize.yaml or edit it
# customize: !include customize.yaml
# Below entry links to the packages folder required for Dwains Theme
packages: !include_dir_named packages/ # Comment this whole line if you want to disable Dwains Theme
# If you had any important strings before in homeassistant: place them back here below
#
#End of dwains-theme necessary code#
#Copy till here#
######################################################################
# Below this line you can find some code examples of how the rest of your configuration.yaml file can look like
# # Configure a default setup of Home Assistant (frontend, api, etc)
# default_config:
# # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: https://yourname.duckdns.org
# Some files for automations, groups, scripts and scenes in your root folder
#
# automation: !include_dir_merge_list configuration/automations/ #place every automation in this folder
# group: !include groups.yaml #You really need groups to use my theme :D
# script: !include scripts.yaml
# scene: !include scenes.yaml