-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
93 lines (78 loc) · 1.82 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
homeassistant:
name: Home
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- !secret local_network
- !secret vpn_network
auth_mfa_modules:
- type: totp
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: imperial
time_zone: America/Chicago
customize: !include customize.yaml
allowlist_external_dirs:
- /tmp
default_config:
discovery:
ffmpeg:
frontend:
themes: !include_dir_merge_named themes
http:
server_port: 8123
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.100
ip_ban_enabled: true
login_attempts_threshold: 5
light:
- platform: flux_led
devices:
192.168.1.50:
name: 3d_printer_lights
mode: "rgbw"
protocol: "ledenet"
logger:
default: info
octoprint:
- host: !secret gaia_ip_address
api_key: !secret octoprint_api_key
name: Gaia
port: 80
bed: true
number_of_tools: 2
- host: !secret ouranos_ip_address
api_key: !secret ouranos_api_key
name: Ouranos
port: 80
bed: true
number_of_tools: 2
recorder:
db_url: !secret mariadb_address
purge_keep_days: 30
stream:
tts:
- platform: google_translate
unifiprotect:
host: !secret unifi_protect_ip_address
username: !secret unifi_protect_username
password: !secret unifi_protect_password
wake_on_lan:
webostv:
host: !secret tv_ip_address
name: Home Theater TV
turn_on_action:
service: wake_on_lan.send_magic_packet
data:
mac: !secret tv_mac_address
camera: !include cameras.yaml
switch: !include switches.yaml
automation: !include automations.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary_sensors.yaml
notify: !include notifications.yaml
script: !include scripts.yaml
scene: !include scenes.yaml