-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
executable file
·126 lines (96 loc) · 2.78 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
homeassistant:
# Name of the location where Home Assistant is running
name: Hexenhaus
# Location required to calculate the time the sun rises and sets
latitude: 50.001
longitude: 8.2688
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 88
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Berlin
# Customization file
customize: !include customize.yaml
packages: !include_dir_named packages
whitelist_external_dirs:
- /tmp
# Show links to resources in log and frontend
#introduction:
# Enables the frontend
frontend:
# Enables configuration UI
config:
http:
# Uncomment this to add a password (recommended!)
api_password: !secret homeassistant_api
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# base_url: example.duckdns.org:8123
# 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:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# 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
automation: !include_dir_merge_list automation
climate: !include climate.yaml
group: !include groups.yaml
sensor: !include sensors.yaml
switch: !include switch.yaml
script: !include scripts.yaml
media_player: !include media_player.yaml
sonos:
media_player:
hosts: 192.168.0.114
wake_on_lan:
device_tracker:
- platform: fritz
host: 192.168.0.254
track_new_devices: no
tradfri:
host: 192.168.0.42
# api_key: !secret tradfri_api_key
# api_key:
telegram_bot:
- platform: polling
api_key: !secret telegram_api_key
allowed_chat_ids:
- !secret telegram_chat_id_heiko
- !secret telegram_chat_id_simone
notify:
- name: telegram
platform: telegram
chat_id: !secret telegram_chat_id_heiko
- name: telegram_simone
platform: telegram
chat_id: !secret telegram_chat_id_simone
#logger:
# default: error
# logs:
# homeassistant.components.sensor.lacrosse: info
# homeassistant.components.fritzhome: info
fritzbox:
devices:
- host: 192.168.0.254
username: !secret fritzhome_username
password: !secret fritzhome_password
#influxdb:
mqtt:
broker: 192.168.0.241
port: 1883
client_id: home-assistant-1