forked from Alex-developer/Home-Assistant-Config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
52 lines (50 loc) · 1.67 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
homeassistant:
name: !secret ha_name
latitude: !secret ha_lat
longitude: !secret ha_lon
elevation: !secret ha_el
unit_system: metric
time_zone: Europe/London
customize: !include_dir_merge_named customize
customize_glob: !include_dir_merge_named ui
frontend: !include frontend/frontend.yaml
config:
updater:
conversation:
history:
sun:
ios:
upnp: !include platform/upnp.yaml
logbook: !include logbook/logbook.yaml
discovery: !include discovery/discovery.yaml
zeroconf:
shopping_list:
ffmpeg: !include platform/ffmpeg.yaml
recorder: !include recorder/recorder.yaml
http: !include platform/http.yaml
netatmo: !include platform/netatmo.yaml
ring: !include platform/ring.yaml
tts: !include platform/tts.yaml
binary_sensor: !include_dir_merge_list binary_sensor
sensor: !include_dir_merge_list sensor
media_player: !include_dir_merge_list mediaplayer
device_tracker: !include_dir_merge_list device_tracker
camera: !include_dir_merge_list camera
light: !include_dir_merge_list light
automation: !include_dir_merge_list automation
notify: !include_dir_merge_list notify
switch: !include_dir_merge_list switch
group: !include_dir_merge_named group
zwave: !include platform/zwave.yaml
input_select: !include_dir_merge_named input
shell_command: !include_dir_merge_named shell
panel_custom: !include_dir_merge_list panel_custom
panel_iframe: !include_dir_merge_named panel_iframe
scene: !include_dir_merge_list scenes
logger: !include logger/logger.yaml
apple_tv: !include apple_tv/lounge.yaml
mqtt: !include mqtt/mqtt.yaml
zone: !include zones/zone_alex_work.yaml
zone 2: !include zones/zone_rebecca_work.yaml
script: !include_dir_merge_named script
emulated_hue: !include platform/emulated_hue.yaml