· 7 years ago · Jan 02, 2018, 05:46 PM
1homeassistant:
2 # Name of the location where Home Assistant is running
3 name: Gunnebogatan 54
4 # Location required to calculate the time the sun rises and sets
5 latitude: 57.7167
6 longitude: 11.9667
7 # Impacts weather/sunrise data (altitude above sea level in meters)
8 elevation: 3
9 # metric for Metric, imperial for Imperial
10 unit_system: metric
11 # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
12 time_zone: Europe/Stockholm
13 # Customization file
14 customize: !include customize.yaml
15
16
17# Enables the frontend
18frontend:
19
20# Enables configuration UI
21config:
22
23http:
24 # Secrets are defined in the file secrets.yaml
25 # api_password: !secret http_password
26 # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
27 # base_url: example.duckdns.org:8123
28
29# Checks for available updates
30# Note: This component will send some information about your system to
31# the developers to assist with development of Home Assistant.
32# For more information, please see:
33# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
34updater:
35 # Optional, allows Home Assistant developers to focus on popular components.
36 # include_used_components: true
37
38# Discover some devices automatically
39discovery:
40
41# Allows you to issue voice commands from the frontend in enabled browsers
42conversation:
43
44# Enables support for tracking state changes over time
45history:
46
47# View all events in a logbook
48logbook:
49
50# Enables a map showing the location of tracked devices
51map:
52
53# Track the sun
54sun:
55
56# Weather
57sensor:
58 platform: yr
59 name: Weather
60 forecast: 24
61 monitored_conditions:
62 - temperature
63 - windSpeed
64
65# Text to speech
66tts:
67 - platform: google
68
69# Cloud
70cloud:
71
72group: !include groups.yaml
73automation: !include automations.yaml
74script: !include scripts.yaml
75
76# Verisure
77verisure:
78 username: daniel.liebst@gmail.com
79 password: saddam08
80
81 # Media Players
82media_player:
83 - platform: sonos
84 hosts:
85 - 192.168.1.24
86 - 192.168.1.5
87
88 - platform: onkyo
89 host: 192.168.1.12
90 name: Receiver
91
92 # Canary
93canary:
94 username: daniel.liebst@gmail.com
95 password: saddam08
96
97 # Rfx
98rfxtrx:
99 device: /dev/serial/by-id/usb-RFXCOM_RFXtrx433_A121J4C1-if00-port0
100
101 # Switch
102 switch:
103 platform: rfxtrx
104 automatic_add: True
105
106 # Västtrafik
107sensor:
108 - platform: vasttrafik
109 key: tYnA2HUzwTB7FJo9T6nxN5QxzSAa
110 secret: EpYfekOgarvQm5MbQbBso3F_Fzka
111 departures:
112 - name: Mot Korsvägen
113 from: Brobergsgatan
114 heading: Muraregatan
115 delay: 5