-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
81 lines (71 loc) · 2.02 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
homeassistant:
name: Home
latitude: !secret latitude_loc_home
longitude: !secret longitude_loc_home
temperature_unit: F
time_zone: America/New_York
customize: !include customize.yaml
zone:
name: Work
latitude: !secret latitude_loc_work
longitude: !secret longitude_loc_work
radius: 250
icon: mdi:worker
mqtt:
broker: 192.168.1.118
port: 1883
client_id: home-assistant-1
keepalive: 60
username: !secret mqtt_user
password: !secret mqtt_password
http:
api_password: !secret http_password
ssl_certificate: !secret ssl_path
ssl_key: !secret ssl_key
ifttt:
key: !secret ifttt_key
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
####################################################
# #
# Includes #
# #
####################################################
### Devices ###
alexa: !include alexa.yaml
camera: !include cameras.yaml
device_tracker: !include device_trackers.yaml
light: !include lights.yaml
media_player: !include media_players.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary_sensors.yaml
switch: !include switches.yaml
alarm_control_panel: !include alarm_control_panel.yaml
automation: !include automation.yaml
group: !include groups.yaml
#input_boolean: !include input_boolean.yaml
input_select: !include input_select.yaml
notify: !include notify.yaml
scene: !include scenes.yaml
script: !include scripts.yaml
shell_command: !include shell_commands.yaml
####################################################
# #
# Enables #
# #
####################################################
logger:
history:
discovery:
sun:
conversation:
logbook:
frontend:
#hdmi_cec:
# devices:
# 1: TV
# 2:
# 1: Chromecast
# 2: PC
# 3: Pi