-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
103 lines (81 loc) · 2.11 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
homeassistant:
name: Home
latitude: !secret latitude_loc_home
longitude: !secret longitude_loc_home
elevation: 589
unit_system: metric
time_zone: Europe/Berlin
customize: !include includes/customize.yaml
zone:
name: Work
latitude: !secret latitude_loc_work
longitude: !secret longitude_loc_work
radius: 250
icon: mdi:worker
mqtt:
broker: localhost
client_id: home-assistant-1
keepalive: 60
username: !secret mqqt_user
password: !secret mqqt_password
http:
api_password: !secret http_password
# ssl_certificate: !secret ssl_path
# ssl_key: !secret ssl_key
# ifttt:
# key: !secret ifttt_key
light:
platform: hue
host: 192.168.0.5
allow_unreachable: true
ios:
notify:
- name: ALL
platform: group
services:
- service: ios_philipp
- service: ios_linda
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:
# Enables configuration UI
config:
zwave:
usb_path: /dev/ttyACM0
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
# 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:
# Track the sun
sun:
# Text to speech
tts:
platform: google
##########################
# Includes
##########################
sensor: !include includes/sensors.yaml
binary_sensor: !include includes/binary_sensors.yaml
automation: !include includes/automations.yaml
script: !include includes/scripts.yaml
group: !include includes/groups.yaml
switch: !include includes/switches.yaml
cover: !include includes/covers.yaml
shell_command: !include includes/shell_commands.yaml
panel_custom:
- name: floorplan
sidebar_title: Floorplan
sidebar_icon: mdi:home
url_path: floorplan
config: !include includes/floorplan.yaml