-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
81 lines (68 loc) · 1.63 KB
/
Copy pathconfiguration.yaml
File metadata and controls
81 lines (68 loc) · 1.63 KB
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
default_config:
tts:
- platform: google_translate
- platform: picotts
- platform: google_cloud
key_file: google-cloud.json
language: en-US
gender: male
voice: en-US-News-N
encoding: linear16
speed: 0.9
pitch: -4
gain: 5.0
profiles:
- telephony-class-application
media_player:
- platform: mpd
host: 243ffc37-mpd
port: 6600
twilio:
account_sid: !secret twilio_account_sid
auth_token: !secret twilio_auth_token
automation: !include automations.yaml
script: !include scripts.yaml
homeassistant:
customize: !include customize.yaml
auth_providers:
- type: homeassistant
packages: !include_dir_merge_named packages
switch:
- platform: command_line
switches:
nomotion1:
command_on: "play quack.mp3"
command_off: "play quack.mp3"
nomotion2:
command_on: "play slide.wav"
command_off: "play slide.wav"
stream:
http:
use_x_forwarded_for: true
trusted_proxies:
- !secret trusted_proxy_lan
- !secret trusted_proxy_cloudflared
recorder:
db_url: !secret recorder_db_url
zha:
zigpy_config:
ota:
ikea_provider: true # Auto update Trådfri devices
telegram_bot:
- platform: broadcast
api_key: !secret telegram_bot_api_key
allowed_chat_ids:
- !secret allowed_chat_id_1
- !secret allowed_chat_id_2
notify:
- platform: telegram
name: Telegram
chat_id: !secret chat_id
- name: Twilio SMS
platform: twilio_sms
from_number: !secret twilio_from_number
- name: Twilio Voice
platform: twilio_call
from_number: !secret twilio_from_number
frontend:
themes: !include_dir_merge_named themes