forked from jackjohnsonuk/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
executable file
·76 lines (60 loc) · 1.23 KB
/
Copy pathconfiguration.yaml
File metadata and controls
executable file
·76 lines (60 loc) · 1.23 KB
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
homeassistant:
name: Orchard Cottages
latitude: !secret home_lat
longitude: !secret home_long
elevation: 74
unit_system: metric
time_zone: Europe/London
packages: !include_dir_named packages
customize: !include_dir_merge_named customize
auth_providers:
- type: homeassistant
recorder:
config:
map:
updater:
conversation:
history:
logbook:
sun:
custom_updater:
mqtt:
discovery: true
discovery_prefix: homeassistant
http:
# ssl_certificate: !secret ssl_certificate
# ssl_key: !secret ssl_key
api_password: !secret http_password
# base_url: !secret http_base_url
# login_attempts_threshold: 3
# Discover some devices automatically
discovery:
ignore:
- sabnzbd
tts:
- platform: google
device_tracker:
- platform: owntracks
max_gps_accuracy: 200
waypoints: True
waypoint_whitelist:
- Jack
- platform: nmap_tracker
hosts: !secret nmap
exclude:
- !secret nmap_exclude
ifttt:
key: !secret ifttt
influxdb:
host: 192.168.1.124
port: 8086
#sonos
#media_player:
# - platform: sonos
# scan_interval: 40
google:
client_id: !secret google_id
client_secret: !secret google_secret
group: !include groups.yaml
logger: !include logger.yaml
frontend: !include frontend.yaml