-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
executable file
·67 lines (59 loc) · 1.52 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
homeassistant:
customize: !include customize.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
ip_ban_enabled: true
login_attempts_threshold: 10
lovelace:
mode: yaml
resources: !include ui-lovelace-resources.yaml
default_config:
# InfluxDB
influxdb:
host: a0d7b954-influxdb
port: 8086
database: homeassistant
username: homeassistant
password: !secret influxdb_password
max_retries: 3
default_measurement: state
tags_attributes:
- friendly_name
# Google calendar
google:
client_id: !secret gcp_calendar_client_id
client_secret: !secret gcp_calendar_client_secret
track_new_calendar: false
# Nest
nest:
client_id: !secret gcp_nest_client_id
client_secret: !secret gcp_nest_client_secret
project_id: !secret gcp_nest_project_id
# Alarm
alarm_control_panel:
- platform: manual
name: Alarme
code: !secret alarm_code
disarmed:
trigger_time: 0
armed_home:
arming_time: 0
delay_time: 0
# Includes
alert: !include alerts.yaml
automation old: !include_dir_merge_list automation
automation: !include automations.yaml
binary_sensor: !include_dir_merge_list sensors_binary
history: !include history.yaml
logbook: !include logbook.yaml
notify: !include notify.yaml
proximity: !include proximity.yaml
recorder: !include recorder.yaml
scene old: !include_dir_merge_list scenes
scene: !include scenes.yaml
script: !include_dir_merge_named scripts
sensor: !include_dir_merge_list sensors
shell_command: !include shell_commands.yaml
switch: !include switches.yaml