forked from jackjohnsonuk/homeassistant-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
executable file
·89 lines (74 loc) · 1.66 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
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:
stream:
# custom_updater:
# track:
# - components
# - python_scripts
# component_urls:
# - https://raw.githubusercontent.com/pnbruckner/homeassistant-config/master/custom_components.json
# python_script_urls:
# - https://raw.githubusercontent.com/pnbruckner/homeassistant-config/master/python_scripts.json
# 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
- songpal
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
tplink:
discovery: true
switch:
- host: 192.168.1.60
group: !include groups.yaml
logger: !include logger.yaml
frontend: !include frontend.yaml
system_health: