This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
configuration.yaml
executable file
·146 lines (112 loc) · 3.13 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
homeassistant:
name: Heart of Gold
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: 1954
unit_system: imperial
time_zone: !secret home_timezone
auth_providers:
- type: homeassistant
- type: command_line
name: LDAP
command: /config/ldap-auth.sh
args: ["/config/ldap-auth.cfg"]
meta: True
whitelist_external_dirs:
- /tmp
# Customization file
customize: !include customize.yaml
# Enables the frontend
frontend:
javascript_version: auto
extra_html_url:
- /local/surveillance-card.js?v=0
themes: !include_dir_named frontend/themes
# Enables configuration UI
config:
ios:
push:
categories: !include_dir_list ios_push_categories
http:
# Secrets are defined in the file secrets.yaml
# api_password: !secret http_password
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
ssl_key: /config/ssl/prettybaked.key
ssl_certificate: /config/ssl/prettybaked.crt
base_url: https://home.prettybaked.com:8123
system_health:
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
# Enables a map showing the location of tracked devices
map:
# Track the sun
sun:
# Security
alarm_control_panel: !include_dir_list alarm_control_panels
# Notifiers
notify: !include_dir_list notifiers
alert: !include_dir_named alerts
# Settings
input_number: !include_dir_named input_numbers
# Groups
group: !include_dir_named groups
# YAML Scripts
script: !include_dir_named scripts
# REST Requests
rest_command: !include_dir_named rest_commands
# Zones
zone: !include_dir_list zones
cover: !include_dir_list covers
camera: !include_dir_list cameras
image_processing: !include_dir_list image_processing
light: !include_dir_list lights
# Track devices
device_tracker: !include_dir_list device_trackers
person:
# Automation
automation: !include_dir_list automations
# Sensors
sensor: !include_dir_list sensors
binary_sensor: !include_dir_list binary_sensors
# Media
media_player: !include_dir_list media_players
remote: !include_dir_list remotes
cast:
media_player: !include_dir_list cast
# Hubs
zwave: !include zwave.yaml
##zha: !include zha.yaml
isy994: !include isy994.yaml
# Cloud-based
sleepiq: !include sleepiq.yaml
neato: !include neato.yaml
google: !include google.yaml
# Assistants
#mycroft:
# host: 10.0.11.125
#snips:
tts:
- platform: marytts
host: automation.home.prettybaked.com
influxdb: !include influx.yaml
recorder:
db_url: !secret postgres_db_url
purge_keep_days: 30
logger:
default: info
logs:
homeassistant.components.device_tracker.automatic: debug