This repository has been archived by the owner on Oct 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
185 lines (157 loc) · 3.6 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
homeassistant:
name: Home
latitude: !secret home_lat
longitude: !secret home_long
elevation: 152
unit_system: imperial
time_zone: America/New_York
customize: !include customize.yaml
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
frontend:
api:
config:
system_health:
mobile_app:
person:
http:
base_url: !secret hass_base_url
use_x_forwarded_for: true
trusted_proxies: !secret http_trusted_networks
ip_ban_enabled: false
login_attempts_threshold: 5
# MQTT Broker
mqtt:
broker: !secret mqtt_broker
username: !secret mqtt_user
password: !secret mqtt_pass
discovery: true
birth_message:
topic: 'hass/status'
payload: 'online'
will_message:
topic: 'hass/status'
payload: 'offline'
influxdb:
host: influx
port: 8086
database: db0
username: hass
password: !secret influx_password
include:
domains:
- climate
# include a bunch of stuff to make this file cleaner
group: !include_dir_merge_named groups
switch: !include_dir_list switches
binary_sensor: !include_dir_list binary_sensors
sensor: !include_dir_list sensors
light: !include_dir_list lights
media_player: !include_dir_list media
automation: !include_dir_list automation
scene: !include_dir_list scenes
# Speech Intents
alexa:
smart_home:
#intent_script: !include_dir_named intents
#IFTTT
ifttt:
key: !secret ifttt_key
# ecobee
ecobee:
api_key: !secret ecobee_api_key
# Hue
hue:
bridges:
- host: !secret hue_hostname
allow_unreachable: true
allow_hue_groups: false
# Push notifications
notify:
- name: html5
platform: html5
vapid_pub_key: !secret firebase_msg_pubkey
vapid_prv_key: !secret firebase_msg_privkey
vapid_email: !secret firebase_msg_email
- name: phones
platform: group
services:
- service: ios_courtneys_iphone
- service: html5_pixel
# z-wave
zwave:
usb_path: /dev/zwave
device_config: !include zwave_devices.yaml
# zones
zone:
- name: Home
icon: mdi:home
latitude: !secret home_lat
longitude: !secret home_long
radius: 150
- name: Red Hat
icon: mdi:briefcase
latitude: 35.775267
longitude: -78.637566
radius: 150
# show the map
map:
# recorder
recorder:
db_url: !secret mysql_connection
purge_keep_days: 7
exclude:
entities:
- sun.sun
- sensor.pws_feelslike_string
- sensor.pws_precip_today_in
- sensor.pws_precip_today_string
- sensor.pws_relative_humidity
- sensor.pws_temperature_string
- sensor.pws_temp_f
- sensor.pws_UV
- sensor.pws_weather
- sensor.pws_wind_dir
- sensor.pws_wind_mph
- sensor.pws_wind_string
- sensor.pws_precip_1d
- sensor.pws_weather_1h
- sensor.pws_weather_2h
- sensor.pws_weather_3h
- sensor.pws_weather_4h
- sensor.pws_weather_5h
- sensor.pws_weather_6h
- sensor.pws_weather_7h
- sensor.pws_weather_8h
- sensor.pws_weather_9h
- sensor.pws_weather_10h
- sensor.pws_weather_11h
- sensor.pws_weather_12h
domains:
- group
- zwave
# text to speech
tts:
- platform: amazon_polly
aws_access_key_id: !secret aws_access_key
aws_secret_access_key: !secret aws_secret_key
region_name: us-east-1
voice: Joanna
# ios app
ios:
# logger
logger:
default: warning
# Checks for available updates
updater:
# 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:
# Track the sun
sun: