-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfiguration.yaml
89 lines (60 loc) · 1.47 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
homeassistant:
name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
time_zone: !secret home_time_zone
unit_system: imperial # metric or imperial
customize: !include customize.yaml
frontend:
config:
http:
# api_password: !secret http_password
# base_url: example.duckdns.org:8123
updater:
discovery:
conversation:
history:
logbook:
sun:
sensor:
- platform: yr
- platform: ups
username: !secret ups_username
password: !secret ups_password
- platform: fedex
username: !secret fedex_username
password: !secret fedex_password
tts:
- platform: google
usps:
username: !secret usps_username
password: !secret usps_password
neato:
username: !secret neato_username
password: !secret neato_password
amcrest:
- host: 192.168.1.10
username: !secret amcrest_username
password: !secret amcrest_password
sensors:
- motion_detector
- host: 192.168.1.12
username: !secret amcrest_username
password: !secret amcrest_password
sensors:
- motion_detector
device_tracker:
- platform: netgear
host: 192.168.1.1
username: !secret router_username
password: !secret router_password
new_device_defaults:
track_new_devices: True
hide_if_away: False
zwave:
usb_path: /dev/ttyACM0
network_key: !secret zwave_network_key
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml