-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
202 lines (177 loc) · 5.32 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret home_lat
longitude: !secret home_long
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 466
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Warsaw
# media_dirs:
# media: /mnt
customize: !include customize.yaml
history: !include history.yaml
logger: !include logger.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary_sensors.yaml
device_tracker: !include device_tracker.yaml
media_player: !include media_player.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
switch: !include switches.yaml
light: !include lights.yaml
scene: !include scenes.yaml
camera: !include camera.yaml
#panel_custom: !include panel_custom.yaml
input_select: !include input_select.yaml
input_boolean: !include input_boolean.yaml
utility_meter: !include utility_meter.yaml
alert: !include alert.yaml
lovelace:
mode: yaml
resources:
- url: /hacsfiles/lovelace-canary/canary.js
type: module
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
type: module
- url: /hacsfiles/button-card/button-card.js
type: module
- url: /hacsfiles/calendar-card/calendar-card.js
type: module
- url: /hacsfiles/atomic_calendar/atomic_calendar.js
type: module
- url: /hacsfiles/list-card/list-card.js
type: js
- url: /hacsfiles/battery-state-card/battery-state-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /local/quote-of-the-day-card.js
type: js
- url: /hacsfiles/light-brightness-preset-row/light-brightness-preset-row.js
type: module
- url: /hacsfiles/light-entity-card/light-entity-card.js
type: js
- url: /hacsfiles/ha-card-waze-travel-time/ha-card-waze-travel-time.js
type: module
# - url: /hacsfiles/lovelace-air-filter-card/air-filter-card.js
# type: module
- url: /hacsfiles/lovelace-google-keep-card/google-keep-card.js
type: module
- url: /hacsfiles/lovelace-animated-background/animated-background.js
type: module
- url: /hacsfiles/lovelace-darksky-card/lovelace-darksky-card.js
type: module
- url: /hacsfiles/lovelace-more-info-card/more-info-card.js
type: module
- url: /hacsfiles/custom-header/custom-header.js
type: module
- url: /hacsfiles/ha-card-weather-conditions/ha-card-weather-conditions.js
type: module
- url: /hacsfiles/lovelace-home-feed-card/lovelace-home-feed-card.js
type: js
- url: /hacsfiles/lovelace-time-picker-card/time-picker-card.js
type: module
- url: /hacsfiles/config-template-card/config-template-card.js
type: module
- url: /hacsfiles/purifier-card/purifier-card.js
type: module
person:
#http:
# server_port: 80
media_source:
influxdb:
username: homeassistant
password: !secret my_password
max_retries: 3
default_measurement: state
# include:
# entities:
# - sensor.temperature_158d0001b95f89
# - sensor.temperature_158d0002239fbb
#RFLink
rflink:
port: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_5563930393435111A172-if00
# Floorplan
frontend:
# extra_html_url:
# - /custom_ui/state-card-floorplan.html
themes: !include_dir_merge_named themes
# Configure a default setup of Home Assistant (frontend, api, etc)
#default_config:
config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
spotify:
client_id: !secret spotify_client_id
client_secret: !secret spotify_client_secret
# Discover some devices automatically
discovery:
ignore:
enable:
system_health:
mobile_app:
#vulcan:
# Deifinition of notifying service
notify:
- name: Cezar
platform: smtp
server: !secret email_server
port: 587
timeout: 15
sender: !secret email_sender
encryption: starttls
username: !secret email_username
password: !secret email_password
recipient:
- !secret email_cezar
sender_name: My Home Assistant
- name: Dorota
platform: smtp
server: !secret email_server
port: 587
timeout: 15
sender: !secret email_sender
encryption: starttls
username: !secret email_username
password: !secret email_password
recipient:
- !secret email_dorota
sender_name: My Home Assistant
- platform: alexa_media
name: alexa_media
#remote:
# - platform: broadlink
# host: !secret broadlink_ip
# mac: !secret broadlink_mac
adb_service:
host: !secret adb_ip
google:
client_id: !secret google_calendar_api
client_secret: !secret google_calendar_client_key
track_new_calendar: false
# Xiaomi Air Purifier
fan:
- platform: xiaomi_miio
host: !secret xiaomi_air_purifier_ip
token: !secret airpurifier
model: zhimi.airpurifier.v2
# ios App
ios:
# Xiaomi gateway
xiaomi_aqara:
discovery_retry: 5
gateways:
- key: !secret xiaomi_gw_key
# Weather service
weather:
- platform: darksky
api_key: !secret dark_sky_api
# Home Assistant Community Store
hacs:
token: !secret github