-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
157 lines (120 loc) · 3.12 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
147
148
149
150
151
152
153
154
155
156
157
###################################################
# #
# Home Assistant Main Configuration File #
# #
###################################################
homeassistant:
packages: !include_dir_named packages
http:
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
ip_ban_enabled: True
login_attempts_threshold: 2
# Enable the config screen
default_config:
#Added in 0.87
system_health:
#added in 0.88
person:
#added in 0.94
ssdp:
#added in 0.94
zeroconf:
#Enable Cloud service
cloud:
#Enable Map
map:
# Enables the frontend
frontend:
# Checks for available updates
updater:
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history: !include history.yaml
logger: !include logger.yaml
#recorder:
recorder: !include recorder.yaml
# View all events in a logbook
logbook: !include loogbook.yaml
# Track the sun
sun:
# Setup TTS
tts:
- platform: google_translate
service_name: google_say
cache: true
cache_dir: /config/www/tts
time_memory: 300
base_url: !secret tts_base_url
python_script:
#Added in 0.90
stream:
ifttt:
key: !secret iftttapi
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret
rflink:
port: /dev/serial/by-id/usb-Arduino__www.arduino.cc__Arduino_Mega_2560_55639313633351104170-if00
# cd /dev/serial/by-id
# ls
# usb-Arduino__www.arduino.cc__Arduino_Mega_2560_85430353631351209040-if00
alarm_control_panel:
- platform: manual_mqtt
state_topic: home/alarm
command_topic: home/alarm/set
pending_time: 60
trigger_time: 1800
disarm_after_trigger: false
delay_time: 30
armed_home:
pending_time: 0
delay_time: 0
armed_away:
pending_time: 60
delay_time: 30
influxdb:
host: 192.168.1.15
port: 8086
database: home_assistant
username: !secret influx_username
password: !secret influx_password
default_measurement: "units"
tags:
instance: prod
source: hass
octoprint:
host: 192.168.1.253
api_key: !secret octoprint_api
bed: true
number_of_tools: 1
#### Automations ####
automation dir: !include_dir_merge_list automation
automation: !include automations.yaml
#### Scenes ####
scene dir: !include_dir_merge_list scenes
scene: !include scenes.yaml
#### Scripts ####
script dir: !include_dir_merge_named scripts
script: !include scripts.yaml
#### Merged folders (named) ####
group: !include_dir_merge_named groups
input_select: !include_dir_merge_named input_select
#### Merged folders (Lists) ####
notify: !include_dir_merge_list notifications
sensor: !include_dir_merge_list sensors
switch: !include_dir_merge_list switch
light: !include_dir_merge_list light
binary_sensor: !include_dir_merge_list binary_sensor
cover: !include_dir_merge_list covers
lock: !include_dir_merge_list locks
camera: !include_dir_merge_list cameras
cast:
shopping_list:
ffmpeg:
remember_the_milk:
- name: naesstrom
api_key: !secret rtm_api_key
shared_secret: !secret rtm_secret