-
Notifications
You must be signed in to change notification settings - Fork 4
/
configuration.yaml
127 lines (111 loc) · 2.76 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
homeassistant:
name: TwelveTwelve
unit_system: imperial
time_zone: America/Los_Angeles
latitude: !secret latitude
longitude: !secret longitude
elevation: 55
external_url: !secret url_external
internal_url: !secret url_internal
customize: !include_dir_merge_named customize
customize_glob:
"media_player.plex_*":
alexa_hidden: true
http:
use_x_forwarded_for: yes
trusted_proxies:
- 127.0.0.1
- ::1
config:
system_health:
zwave:
usb_path: /dev/ttyACM0
network_key: !secret zwave_network_key
device_config: !include zwave_device_config.yaml
discovery:
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: homeassistant
password: !secret influxdb_password
max_retries: 3
default_measurement: state
logger:
default: info
logs:
pyhap: warning
homeassistant.components.onkyo.media_player: warning
homeassistant.components.mobile_app: debug
frontend:
themes: !include themes.yaml
lovelace:
mode: yaml
resources:
- type: module
url: >-
https://cdn.jsdelivr.net/gh/custom-cards/spotify-card/dist/spotify-card.umd.js
- type: module
url: >-
https://cdn.jsdelivr.net/gh/iammexx/home-assistant-config/ui/darksky/dark-sky-weather-card.js
- type: js
url: >-
https://cdn.jsdelivr.net/gh/ciotlosm/custom-lovelace/plan-coordinates/plan-coordinates.js
map:
history:
sun:
logbook:
updater:
recorder:
db_url: !secret recorder_db_url
purge_keep_days: 14
mobile_app:
alexa:
automation: !include automations.yaml
binary_sensor: !include_dir_merge_list devices/binary_sensors/
group: !include_dir_named groups/
intent_script: !include_dir_named alexa/intents/
input_select: !include_dir_named input_selects/
light: !include_dir_merge_list devices/lights/
media_player: !include_dir_merge_list devices/media_players/
notify: !include_dir_merge_list notifies/
script: !include scripts.yaml
sensor: !include_dir_merge_list devices/sensors/
switch: !include_dir_merge_list devices/switches/
stream:
apple_tv:
cloud:
alexa:
filter:
include_entities:
- media_player.living_room_apple_tv_4k
- media_player.robbies_room_apple_tv
include_domains:
- fan
- light
- switch
homekit:
auto_start: False
filter:
include_domains:
- fan
- light
- switch
- camera
- binary_sensor
- media_player
- sensor
speedtestdotnet:
scan_interval:
minutes: 30
lametric:
client_id: !secret lametric_client_id
client_secret: !secret lametric_client_secret
amcrest:
- host: 192.168.1.46
username: !secret amcrest_username
password: !secret amcrest_password
resolution: high
spotify:
client_id: !secret spotify_client_id
client_secret: !secret spotify_client_secret