-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
132 lines (110 loc) · 3.32 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
homeassistant:
name: !secret name
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: metric
time_zone: !secret timezone
customize: !include customize.yaml
customize_glob: !include customize_glob.yaml
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
- type: legacy_api_password
# - type: trusted_networks
logger:
default: info
logs:
homeassistant.components.automation: debug
homeassistant.components: error
homeassistant.components.binary_sensor.xiaomi_aqara: debug
homeassistant.components.http.ban: warning
map:
sun:
config:
updater:
include_used_components: true
notify:
- name: Facebook Notifications
platform: facebook
page_access_token: !secret fb_page_access_token
facebook_webhook:
verify_token: !secret fb_verify_token
access_token: !secret fb_page_access_token
allowed_ids: !include secret/trusted_facebook_ids.yaml
xiaomi_aqara:
interface: !secret iot_interface
discovery_retry: 10
gateways:
- key: !secret xiaomi_key
mac: !secret xiaomi_mac
host: !secret xiaomi_ip
alarm_control_panel:
- platform: manual_mqtt
state_topic: homeassistant/alarm
command_topic: homeassistant/alarm/set
code: !secret alarm_control_code
pending_time: 30
delay_time: 20
trigger_time: 60
disarmed:
trigger_time: 0
armed_home:
pending_time: 0
delay_time: 0
#geo_location:
# - name: Sydney Traffic
# platform: geo_json_events
# url: !secret traffic_url
# radius: 50
keyboard_remote:
- device_name: 'Remote control'
type: 'key_down'
- device_name: '00:58:56:4C:C0:91'
type: 'key_up'
- device_name: '78:E1:03:49:78:07'
type: 'key_up'
tts:
- platform: google
base_url: !secret url
# - platform: picotts
python_script:
logbook: !include config/logbook.yaml
recorder: !include config/recorder.yaml
history: !include config/history.yaml
panel_custom: !include config/panel_custom.yaml
auth:
http:
api_password: !secret api_password
use_x_forwarded_for: true
trusted_proxies: !include secret/trusted_proxies.yaml
cors_allowed_origins:
- https://google.com
- https://home-assistant.io
trusted_networks: !include secret/trusted_networks.yaml
ip_ban_enabled: True
login_attempts_threshold: 5
frontend: !include config/frontend.yaml
cloud: !include config/cloud.yaml
mqtt: !include config/mqtt.yaml
mqtt_statestream: !include config/mqtt_statestream.yaml
mqtt_eventstream: !include config/mqtt_eventstream.yaml
light: !include_dir_merge_list light
switch: !include_dir_merge_list switch
device_tracker: !include_dir_merge_list device_tracker
media_player: !include_dir_merge_list media_player
sensor: !include_dir_merge_list sensor
binary_sensor: !include_dir_merge_list binary_sensor
automation: !include_dir_merge_list automation
scene: !include_dir_merge_list scene
zone: !include_dir_merge_list zones
input_select: !include_dir_merge_named input/select
input_boolean: !include_dir_merge_named input/boolean
script: !include_dir_merge_named script
group: !include_dir_merge_named group
camera: !include_dir_merge_list camera
weather: !include config/weather.yaml
intent_script: !include config/intent_script.yaml
conversation:
intents: !include config/conversation_intent.yaml
hangouts: !include config/hangouts.yaml