-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
181 lines (157 loc) · 4.08 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# _
# | |__ __ _ ___ ___
# | '_ \ / _` / __/ __|
# | | | | (_| \__ \__ \
# |_| |_|\__,_|___/___/
#
#################################################################
## Home Assistant
#################################################################
homeassistant:
name: "Home"
latitude: !secret lat
longitude: !secret long
elevation: 48
unit_system: imperial
time_zone: America/New_York
customize: !include customize.yaml
#################################################################
## Includes
#################################################################
automation split: !include_dir_merge_list automation
automation: !include automations.yaml
script split: !include_dir_merge_named scripts
script: !include scripts.yaml
switch: !include switches.yaml
light: !include light.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary_sensor.yaml
camera: !include camera.yaml
input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
group: !include groups.yaml
scene: !include scenes.yaml
# zone: !include zones.yaml
# media_player: !include media_player.yaml
alarm_control_panel: !include alarm.yaml
# history_graph: !include history_graph.yaml Deprecated
# ios: !include push_ios.yaml
homekit: !include homekit.yaml
panel_custom: !include panel_custom.yaml
# customize: !include customize.yaml #It's above
frontend:
themes: !include_dir_merge_named themes/
config:
zeroconf:
#################################################################
## Components
#################################################################
ffmpeg:
person:
mobile_app:
# discovery:
discovery:
ignore:
- sabnzbd
system_health:
conversation:
recorder:
# purge_interval: 2 #Deprecated in 109
db_url: mysql://homeassistant:REDACTED@localhost/homeassistant?charset=utf8mb4
purge_keep_days: 5
exclude:
domains:
- weblink
- updater
# - sensor
# - binary_sensor
- zone
- sun
- camera
- media_player
- switch
- calendar
- frontend
entity_globs:
- sensor.weather_*
entities:
- sensor.date
- sun.sun
history:
exclude:
entities:
- sensor.date
- sensor.time
logbook:
exclude:
entities:
- sensor.date
domains:
- sun
- weblink
sun:
tts:
- platform: google_translate
service_name: google_say
nest:
client_id: REDACTED
client_secret: !secret nest_api_secret
notify:
- name: gmail
platform: smtp
server: smtp.gmail.com
port: 587
timeout: 15
sender: REDACTED
encryption: starttls
username: REDACTED
password: !secret gmail_secret
recipient:
- REDACTED
- REDACTED
sender_name: Alarm Panel
- name: iOS
platform: group
services:
- service: mobile_app_REDACTED
- service: mobile_app_REDACTED
- name: Nofity_HA_Bot
platform: telegram
chat_id: REDACTED
telegram_bot:
- platform: broadcast
api_key: !secret telegram_api
allowed_chat_ids:
- REDACTED
influxdb:
host: 192.168.139.20
database: homeassistant
username: REDACTED
password: REDACTED
include:
entities:
- sensor.living_room_temperature
- sensor.openweathermap_temperature
- sensor.hallway_thermostat_temperature
- sensor.basement_temperature
- sensor.basement_humidity
- sensor.hallway_thermostat_humidity
- sensor.living_room_humidity
- sensor.openweathermap_humidity
- sensor.basement_door_battery_level_2
- sensor.bedroom_motion_battery_level
- sensor.deck_window_battery_level_2
- sensor.dining_room_motion_battery_level_3
- sensor.front_door_lock_battery_level
- sensor.hallway_door_windows_sensor_battery_level
- sensor.kitchen_deadbolt_battery_level_2
- sensor.kitchen_motion_battery_level_2
- sensor.kitchen_window_battery_level_3
- sensor.living_room_motion_battery_level_2
- sensor.mia_motion_sensor_battery_level
- sensor.office_motion_detector_battery_level
- sensor.back_door_battery_level
- sensor.office_aqara_temperature
tags:
instance: home
source: hass