-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
147 lines (115 loc) · 2.54 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
139
140
141
142
143
144
145
146
homeassistant:
name: Our House
latitude: !secret latitude
longitude: !secret longitude
elevation: 38
unit_system: metric
time_zone: Europe/Stockholm
customize: !include customization.yaml
whitelist_external_dirs:
- /tmp
config:
tts:
- platform: google
language: 'sv'
map:
system_health:
frontend:
http:
api_password: !secret ha_pwd
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
base_url: !secret base_url
ip_ban_enabled: true
login_attempts_threshold: 2
# purge db after 3 days. problems with sqlite
recorder:
purge_interval: 1
purge_keep_days: 3
# Sonos and Squeezebox
media_player: !include media_players.yaml
light:
- platform: hue
host: 192.168.1.232
# Checks for available updates
updater:
logger:
default: error
logs:
homeassistant.components.media_player: critical
urllib3.connectionpool: error
# 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:
# Moon
sensor moon:
- platform: moon
# Weather Prediction
sensor yr:
- platform: yr
name: yr
monitored_conditions:
- temperature
- symbol
- precipitation
- windSpeed
- pressure
- windDirection
- humidity
- fog
- cloudiness
- lowClouds
- mediumClouds
- highClouds
- dewpointTemperature
sensor: !include sensors.yaml
mqtt:
broker: 192.168.1.17
port: 1883
client_id: home-assistant-1
keepalive: 60
weblink:
entities:
- name: Charts
icon: 'mdi:chart-line'
url: !secret charts_url
- name: Home Assistant
url: https://www.home-assistant.io
- name: Grafana
icon: 'mdi:chart-areaspline'
url: !secret grafana_url
device_tracker: !include device_trackers.yaml
switch: !include switches.yaml
camera: !include cameras.yaml
group: !include groups.yaml
automation: !include automations.yaml
discovery:
ios:
binary_sensor:
- platform: mqtt
name: "Back door open status"
state_topic: "Home/BackDoor/Open"
payload_on: "1"
payload_off: "0"
qos: 0
device_class: opening
value_template: '{{ value }}'
verisure:
username: !secret vrname
password: !secret vrpwd
input_boolean:
do_notify_on_porch_motion:
name: Send notifications on porch motions
initial: on
speedtestdotnet:
scan_interval:
hours: 1
monitored_conditions:
- ping
- download
- upload