-
Notifications
You must be signed in to change notification settings - Fork 27
/
configuration.yaml
180 lines (163 loc) · 4.89 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
#################################################################
## Home Assistant
#################################################################
homeassistant:
name: Home
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
unit_system: imperial
currency: USD
country: US
customize: !include include/customize.yaml
time_zone: !secret homeassistant_timezone
external_url: "https://ha.REDACTED"
internal_url: "http://REDACTED:8123"
allowlist_external_dirs:
- /shared
- /config
allowlist_external_urls:
- "https://ha.REDACTED/api/frigate/notifications/"
api:
frontend:
themes: !include_dir_merge_named themes
sun:
map:
config:
logger: !include include/logger.yaml
logbook: !include include/logbook.yaml
lovelace:
mode: yaml
resources:
- url: /hacsfiles/button-card/button-card.js
type: module
- url: /hacsfiles/vertical-stack-in-card/vertical-stack-in-card.js
type: module
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
type: module
- url: /hacsfiles/lovelace-battery-entity/battery-entity.js
type: module
- url: /hacsfiles/simple-thermostat/simple-thermostat.js
type: module
- url: /hacsfiles/weather-card/weather-card.js
type: module
- url: /hacsfiles/text-divider-row/text-divider-row.js
type: module
- url: /hacsfiles/lovelace-card-mod/card-mod.js
type: module
- url: /hacsfiles/air-visual-card/air-visual-card.js
type: module
- url: /hacsfiles/entity-attributes-card/entity-attributes-card.js?=v2
type: module
- url: /hacsfiles/threedy/threedy-card.js
type: module
- url: /hacsfiles/lovelace-hui-element/hui-element.js
type: module
- url: /hacsfiles/lovelace-mushroom/mushroom.js
type: module
- url: /hacsfiles/config-template-card/config-template-card.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
mobile_app:
system_health:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.18.0.0/24
#################################################################
## Components
#################################################################
alexa:
smart_home:
filter:
include_entities:
- switch.pentair_REDACTED_spa
- light.pentair_REDACTED_lights
- switch.pentair_REDACTED_spillway
- sensor.pentair_REDACTED_pool_temperatur
- switch.media_center_shield
- switch.media_center_switch
- switch.media_center_xbox
entity_config:
switch.pentair_REDACTED_spa:
name: "Spa"
description: "The spa"
light.pentair_REDACTED_lights:
name: "Pool light"
description: "Pool light"
switch.pentair_REDACTED_spillway:
name: "Spillway"
description: "Spillway"
sensor.pentair_REDACTED_pool_temperature:
name: "Pool"
description: "Pool water temperature"
switch.media_center_shield:
name: "Shield"
description: "Downstairs nvidia shield harmony activity"
switch.media_center_switch:
name: "Switch"
description: "Downstairs nin switch harmony activity"
switch.media_center_xbox:
name: "Xbox"
description: "Downstairs xbox harmony activity"
counter:
userone_work:
initial: 0
step: 1
ffmpeg:
ios:
actions:
- name: Garage
icon:
icon: mdi:garage-variant
show_in_carplay: true
show_in_watch: true
monitor_docker:
- name: docker3
url: tcp://REDACTED:2375
containers:
- homeassistant
- name: docker4
url: tcp://REDACTED48:2375
- name: docker5
url: tcp://REDACTED:2375
tts:
- platform: google_translate
cache: true
time_memory: 300
#base_url: http://REDACTED:8123
sonos:
media_player:
hosts:
- REDACTED
- REDACTED
- REDACTED
- REDACTED
yeelight:
devices:
!secret media_center_l_strip_host:
name: Media Center L Strip
model: strip1
!secret media_center_r_strip_host:
name: Media Center R Strip
model: strip1
#################################################################
## Includes
#################################################################
automation: !include_dir_merge_list automation
binary_sensor: !include include/binary_sensor.yaml
command_line: !include include/command_line.yaml
group: !include include/groups.yaml
history:
input_boolean: !include include/input_boolean.yaml
input_button: !include include/input_button.yaml
input_datetime: !include include/input_datetime.yaml
input_select: !include include/input_select.yaml
light: !include include/light.yaml
recorder: !include include/recorder.yaml
script: !include include/scripts.yaml
sensor: !include include/sensor.yaml
shell_command: !include include/shell_command.yaml
switch: !include include/switch.yaml
zone: !include include/zones.yaml