-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml~
119 lines (96 loc) · 2.65 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
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude
longitude: !secret longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 365
# metric for Metric, imperial for Imperial
unit_system: imperial
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/New_York
customize: !include_dir_merge_named customizations
zone:
name: Home
latitude: !secret latitude
longitude: !secret longitude
radius: 225
zone 2:
name: MW_Work
latitude: !secret mw_work_latitude
longitude: !secret mw_work_longitude
radius: 350
icon: mdi:domain
camera:
platform: foscam
ip: 192.168.1.221
username: !secret foscam_user
password: !secret foscam_pass
sensor: !include_dir_merge_list sensors
group: !include_dir_merge_named groups
automation: !include_dir_list automations
device_tracker: !include_dir_merge_list device_tracker
# Checks for available updates
updater:
# Show links to resources in log and frontend
# introduction:
# Alarm
alarm_control_panel:
platform: manual
pending_time: 5
# Enables the frontend
frontend:
http:
api_password: !secret api_password
server_port: !secret server_port
ssl_certificate: '/etc/letsencrypt/live/home.cynicated.com/fullchain.pem'
ssl_key: '/etc/letsencrypt/live/home.cynicated.com/privkey.pem'
zwave:
usb_path: /dev/ttyACM0
config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
notify:
- name: twilio_sms
platform: twilio_sms
account_sid: !secret twilio_sid
auth_token: !secret twilio_auth
from_number: !secret twilio_from
mqtt:
broker: localhost
username: !secret mqtt_user
password: !secret mqtt_pass
switch:
- platform: tplink
host: 192.168.1.220
name: SmartPlug
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
# conversation:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
exclude:
entities:
- sensor.cpu_use
- sensor.disk_use_
- sensor.disk_use_varlog
- sensor.ram_use
- sensor.ram_free
- sensor.swap_use
- sensor.swap_free
- sensor.last_boot
- sensor.since_last_boot
- sensor.received_wlan0
- sensor.sent_wlan0
- sensor.packets_received_wlan0
- sensor.packets_sent_wlan0
recorder:
db_url: postgres://@/hass
purge_days: 14
# Track the sun
sun:
# Weather Prediction
#sensor:
# platform: yr