-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfiguration.yaml
85 lines (81 loc) · 2.96 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
homeassistant:
name: Home
latitude: !env_var LAT
longitude: !env_var LONG
elevation: !env_var ELEVATION
unit_system: imperial
time_zone: America/Chicago
country: US
currency: USD
customize: !include_dir_merge_named customize
packages: !include_dir_named packages
auth_providers: !include auth_providers.yaml
external_url: !env_var SELF_LINK
allowlist_external_dirs:
- /tmp
allowlist_external_urls:
- !env_var SELF_LINK
- !env_var FRIGATE_URL
adaptive_lighting: !include_dir_list adaptive_lighting
default_config:
binary_sensor: !include_dir_list binary_sensors
circadian_lighting:
min_colortemp: 2500
max_colortemp: 3500
conversation:
emulated_hue:
expose_by_default: false
frontend: !include frontend.yaml
group: !include_dir_named groups
history:
http: !include http.yaml
homekit: !include homekit.yaml
ifttt: !include ifttt.yaml
input_boolean: !include input_boolean.yaml
light:
light yaml: !include_dir_list lights
lovelace:
mode: yaml
resources:
- url: /local/monster-card.js?v=4c57f4eb-df4d-4c84-80f9-1e64c3e714a4
type: js
- url: /local/entity-attributes-card.js?v=4c57f4eb-df4d-4c84-80f9-1e64c3e714a4
type: js
- url: /local/auto-entities.js?source=https://raw.githubusercontent.com/thomasloven/lovelace-auto-entities/v1.13.0/auto-entities.js
type: module
- url: /local/card-mod.js?source=https://raw.githubusercontent.com/thomasloven/lovelace-card-mod/v3.4.4/card-mod.js
type: module
- url: /local/card-tools.js?v=4c57f4eb-df4d-4c84-80f9-1e64c3e714a4
type: module
- url: /local/flower-card.js?v=4c57f4eb-df4d-4c84-80f9-1e64c3e714a4
type: module
- url: /local/group-card.js?v=4c57f4eb-df4d-4c84-80f9-1e64c3e714a4
type: js
- url: /local/mini-media-player-bundle.js?source=https://github.com/kalkih/mini-media-player/releases/download/v1.16.9/mini-media-player-bundle.js&v=2
type: module
- url: /local/custom-sonos-card.js?source=https://github.com/johanfrick/custom-sonos-card/releases/download/v8.6.0/custom-sonos-card.js&v=3
type: module
- url: /local/mini-graph-card-bundle.js?source=https://github.com/kalkih/mini-graph-card/releases/download/v0.12.1/mini-graph-card-bundle.js
type: module
- url: /local/weather-chart-card.js?source=https://github.com/Yevgenium/weather-chart-card/releases/download/1.2.0/weather-chart-card.js
type: module
- url: /local/advanced-camera-card/advanced-camera-card.js?source=https://github.com/dermotduffy/advanced-camera-card/releases/download/v7.2.1/advanced-camera-card.zip
type: module
logger: !include logger.yaml
media_player: !include media_player.yaml
python_script:
recorder: !include recorder.yaml
scene: !include_dir_list scenes
script: !include_dir_named scripts
sensor: !include_dir_list sensors
sun:
stream:
ll_hls: true
switch: !include_dir_list switches
system_health:
system_log:
fire_event: true
tts:
- platform: google_translate
zone: !include zone.yaml
automation ui: !include automations.yaml