-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfiguration.yaml
64 lines (61 loc) · 1.49 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
homeassistant:
name: Home
latitude: !secret geo_lat
longitude: !secret geo_long
elevation: 4
unit_system: metric
time_zone: !secret geo_time_zone
customize: !include customize.yaml
auth_providers:
- type: homeassistant
config:
configurator:
conversation:
default_config:
device_tracker:
exclude: !secret device_tracker_excluded_hosts
home_interval: 10
hosts: !secret device_tracker_hosts
platform: nmap_tracker
track_new_devices: true
discovery:
frontend:
http:
base_url: !secret http_base_url
# #ssl_certificate: !secret http_ssl_certificate
# #ssl_key: !secret http_ssl_key
ifttt:
key: !secret ifttt_key
logbook: !include config/logbook.yaml
mobile_app:
recorder:
purge_interval: 1
purge_keep_days: 7
sun:
system_health:
tts:
- platform: google_translate
language: 'nl'
base_url: !secret base_url
updater:
upnp:
port_mapping: false # This is done manually on the router.
wake_on_lan:
zeroconf:
### Includes
google_assistant: !include config/google_assistant.yaml
group: !include groups.yaml
history: !include history.yaml
hue: !include devices/hue.yaml
media_player: !include devices/media_players.yaml
#mqtt: !include mqtt.yaml
notify: !include config/notify.yaml
panel_iframe: !include panel_iframe.yaml
scene: !include scenes.yaml
script: !include scripts.yaml
spotify: !include config/spotify.yaml
sensor: !include devices/sensors.yaml
weather: !include weather.yaml
webostv: !include devices/webostv.yaml
yeelight: !include devices/yeelight.yaml
zone: !include zones.yaml