-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
150 lines (122 loc) · 2.79 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
147
148
149
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret
longitude: !secret
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: !secret
customize: !include customize.yaml
# Enables the frontend
frontend:
javascript_version: latest
themes: !include configuration_themes.yaml
extra_html_url:
- /local/custom_ui/custom-weather-animated.html
extra_html_url_es5:
- /local/custom_ui/custom-weather-animated.html
# Enables configuration UI
config:
http:
api_password: !secret
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
map:
ffmpeg:
# Enables support for tracking state changes over time
history:
# View all events in a logbook
logbook:
ring:
username: !secret
password: !secret
xiaomi_aqara:
discovery_retry: 5
gateways:
- key: !secret
# Alexa exposed emulated bridge
emulated_hue:
expose_by_default: false
# Google TTS voice
tts:
- platform: google
language: en-au
media_player:
- platform: cast
- platform: spotify
client_id: !secret
client_secret: !secret
remote:
- platform: harmony
name: !secret
host: !secret
- platform: harmony
name: !secret
host: !secret
activity: Movie
# Track the sun
sun:
wemo:
static:
!secret
weather:
- platform: yweather
name: Weather
android_ip_webcam:
host: !secret
username: !secret
password: !secret
name: Kitchen camera
device_tracker:
- platform: netgear
host: !secret
username: !secret
password: !secret
track_new_devices: false
interval_seconds: 10
consider_home: 0:02
- platform: google_maps
username: !secret
password: !secret
- platform: bluetooth_tracker
input_number:
spotify_volume:
name: Volume
icon: mdi:volume-high
initial: 100
min: 0
max: 100
step: 1
input_select:
spotify_playlist:
name: 'Playlist:'
options:
- At home
- Work
- Road trip
icon: mdi:spotify
spotify_source:
name: 'Source:'
options:
- Bedroom
- Living room
- Cinema
- Everywhere
icon: mdi:speaker-wireless
discovery:
ignore:
- plex_mediaserver
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
light: !include Limitlessled.yaml
binary_sensor: !include binary_sensor.yaml
sensor: !include sensors.yaml
switch: !include switches.yaml
input_boolean: !include input_boolean.yaml
camera: !include cameras.yaml