-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
172 lines (141 loc) · 4.1 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
############################################################
#
# Home Assistant Main Configuration File
#
############################################################
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: imperial
time_zone: America/Chicago
customize: !include includes/customize.yaml
# Customize entities matching a pattern
customize_glob:
"switch.zone_*":
icon: mdi:water-pump
http:
base_url: !secret base_url
api_password: !secret http_password
# server_host: !secret server_host
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
ip_ban_enabled: True
login_attempts_threshold: 3
trusted_networks:
- 127.0.0.1
- ::1
- 172.20.0.0/24
- 192.168.100.0/24
- 192.168.200.0/24
- 2001:DB8:ABCD::/48
# Fing Pannel
panel_iframe:
fing_app: #need to change url in secret.yaml to /login to allow device to log in, then add agent_id at url
title: Fing Scan
icon: mdi:image-filter-tilt-shift
url: !secret fing_url
rachio:
title: Rachio
url: "https://app.rach.io"
icon: mdi:water-pump
# unifi_app:
# title: UniFi Configuration
# icon: mdi:adjust
# url: !secret unifi_url
history:
# Optional, allows Home Assistant developers to focus on popular components.
updater:
reporting: no
# include_used_components: true
input_boolean:
vacation_mode:
name: Vacation Mode
initial: off
icon: mdi:home-circle
frontend:
themes: !include themes/midnight.yaml
# themes: !include_dir_merge_named themes/
discovery:
ignore:
- plex_mediaserver
- harmony
sun:
elevation: 210
# View all events in a logbook
logbook:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables a map showing the location of tracked devices
map:
# Enable the embedded mqtt service in hassio
mqtt:
embedded:
# Entry to enable the cloud component
cloud:
google_actions: !include includes/google_actions.yaml
# Entry to enable configuration panel
config:
############################################################
#
# Components
#
############################################################
#google:
# client_id: !secret google_calendar_client_id
# client_secret: !secret google_calendar_client_secret
netatmo:
api_key: !secret netatmo_api_key
secret_key: !secret netatmo_secret_key
username: !secret netatmo_username
password: !secret netatmo_password
# discovery: false
remote:
- platform: harmony
name: !secret harmony_name
host: !secret harmony_host
tts:
- platform: google
cache: true
cache_dir: /tmp/tts
time_memory: 300
# service: tts.google_say
# data:
# message: 'May the Force be with you.'
###########################################################
#
# Includes
#
############################################################
# Single Files
camera: !include includes/cameras.yaml
vera: !include includes/vera.yaml
switch: !include includes/switch.yaml #includes Rachio config
media_player: !include includes/media_players.yaml
#google_assistant: !include includes/google_assistant.yaml
hue: !include includes/philips_hue.yaml
notify: !include includes/notify.yaml
scene: !include includes/scenes.yaml
device_tracker: !include includes/device_tracker.yaml
zone: !include includes/zones.yaml
input_select: !include includes/input_select.yaml
input_number: !include includes/input_number.yaml
light: !include includes/light_strip.yaml
# Group Merge Directory
group: !include_dir_merge_named group/
sensor: !include_dir_merge_list sensors/
automation: !include automations.yaml
automation old: !include_dir_merge_list automation
# -----
#scene: !include includes/scenes.yaml
#weblink: !include includes/weblink.yaml
# Merge List
#automation: !include_dir_merge_list includes/automation
#sensor: !include_dir_merge_list includes/sensors
#shell_command: !include_dir_merge_named includes/shell_command
#zone: !include_dir_merge_list includes/zone
# Merge Named
#group: !include group/irrigation.yaml
#group: !include group/lights.yaml
#script: !include_dir_merge_named includes/scripts