-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
138 lines (116 loc) · 2.6 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
127
128
129
130
131
132
133
134
135
136
137
138
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_home
longitude: !secret longitude_home
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 460
# metric for Metric, imperial for Imperial
unit_system: metric
time_zone: Europe/Berlin
customize: !include_dir_merge_named customize
# Enables the frontend
frontend:
http:
api_password: !secret api_password
trusted_networks:
- 192.168.1.0/24
- 192.168.2.0/24
- 192.168.3.0/24
login_attempts_threshold: 10
ip_ban_enabled: True
logger:
# default: critical
# default: fatal
# default: error
# default: warning
default: warn
# default: info
# default: debug
# default: notset
# Checks for available updates
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:
recorder:
purge_interval: 5
purge_keep_days: 90
# View all events in a logbook
logbook:
# Track the sun
sun:
# All sensors belong to the sensor dir
sensor: !include_dir_merge_list sensors
# All groups belong to the group dir
group: !include_dir_merge_named groups
# Text to speech
tts:
platform: google
# my config
zone:
name: Home
latitude: !secret latitude_home
longitude: !secret longitude_home
radius: 20
icon: mdi:home
zone 2:
name: KUKA
latitude: !secret latitude_KUKA
longitude: !secret longitude_KUKA
radius: 300
icon: mdi:worker
zone 3:
name: Seele
latitude: !secret latitude_Seele
longitude: !secret longitude_Seele
radius: 100
icon: mdi:worker
zone 4:
name: Backnang
latitude: 48.951686
longitude: 9.415006
radius: 50
icon: mdi:home
device_tracker:
- platform: owntracks
max_gps_accuracy: 200
waypoints: true
track_new_device: No
mqtt:
broker: m20.cloudmqtt.com
port: 22804
username: hass
password: !secret cloudmqtt_password
client_id: home-assi1
# protocol: 3.1
# birth_message:
# topic: 'hass/status'
# payload: 'online'
# qos: 1
# retain: true
# will_message:
# topic: 'hass/status'
# payload: 'offline'
# qos: 1
# retain: true
#switch ac:
# platform: example
# file_path: /tmp/ac
#switch air:
# platform: example
# file_path: /tmp/air
#xor_automation:
# entity_1: switch.ac
# entity_2: switch.air
media_player:
- platform: kodi
host: 192.168.1.120
name: Kodi
username: kodi
password: !secret kodi_password
# turn_of_action: shutdown