-
Notifications
You must be signed in to change notification settings - Fork 12
/
configuration.yaml
executable file
·127 lines (101 loc) · 2.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
homeassistant:
name: Vas & Squrriels Castle
latitude: !secret latitude
longitude: !secret longitude
elevation: 1
unit_system: imperial
time_zone: America/Chicago
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
- type: legacy_api_password
api_password: !secret http_password
- type: trusted_networks
trusted_networks:
- 127.0.0.1
- 192.168.1.0/24
####Zone files
zone: !include zones.yaml
map:
http:
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
base_url: !secret http_base_url
ip_ban_enabled: True
login_attempts_threshold: 5
sun:
sensor: !include sensors.yaml
#group: !include tabs.yaml
mqtt:
broker: 192.168.1.153
port: 1883
client_id: !secret mqtt_client_id
keepalive: 60
username: !secret mqtt_username
password: !secret mqtt_password
will_message:
topic: 'arduino/small_tank/status'
payload: 'offline'
mqtt_eventstream:
publish_topic: master/topic
subscribe_topic: slaves/#
ignore_event:
- call_service
- state_changed
intent_script: !include intent_scripts.yaml
alexa:
script: !include scripts.yaml
automation old: !include automations old.yaml
hue:
bridges:
- host: 192.168.1.185
allow_unreachable: True
scene: !include scenes.yaml
rest_command: !include restcommands.yaml
config:
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
xiaomi_aqara:
gateways:
- mac: !secret xiaomi_mac
key: !secret xiaomi_key
host: 192.168.1.11
- mac: !secret xiaomi_mac_2
key: !secret xiaomi_key_2
host: 192.168.1.178
input_label:
some_string1:
name: Some String 1
icon: mdi:alphabetical
input_label:
name: Some String 2
value: 'Hello, Home Assistant!'
icon: mdi:alphabetical
system_health:
speedtestdotnet:
scan_interval:
minutes: 30
monitored_conditions:
- ping
- download
- upload
ssdp:
zeroconf:
zha:
usb_path: /dev/ttyUSB0
database_path: /root/.homeassistant/zigbee.db
device_config:
00:22:a3:00:00:16:c9:63-1:
type: 'light'
00:22:a3:00:00:16:c8:2a-1:
type: 'light'
hacs:
token: !secret my_github_access_token
appdaemon: true
python_script: true
breaking_changes:
alexa_media:
accounts:
- email: !secret amazon_user
password: !secret amazon_password
url: amazon.com