forked from DubhAd/Home-AssistantConfig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
88 lines (67 loc) · 2.2 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
homeassistant:
# Name of the location where Home Assistant is running
name: Our home
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude
longitude: !secret longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret elevation
# 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: Europe/London
# Customization file
customize: !include customize.yaml
whitelist_external_dirs:
- /data/homeassistant
- /home/homeassistant/maps
logger:
default: info
default_config:
config:
frontend: !include frontend.yaml
map:
lovelace:
mode: yaml
http: !include http.yaml
discovery: !include discovery.yaml
history:
logbook:
recorder: !include recorder.yaml
influxdb: !include influxdb.yaml
tts: !include tts.yaml
group: !include groups.yaml
script: !include_dir_named scripts/
automation: !include automations.yaml
automation mine: !include_dir_list automation/
scene: !include scenes.yaml
scene mine: !include_dir_list scenes/
device_tracker: !include_dir_list device_tracker/
proximity: !include_dir_merge_named proximity/
sensor: !include_dir_merge_list sensors/
binary_sensor: !include_dir_merge_list binary_sensors/
google: !include google.yaml
sun:
weather: !include_dir_merge_list weather/
zone: !include zones.yaml
input_number: !include_dir_named input_number/
input_boolean: !include_dir_named input_boolean/
input_select: !include_dir_named input_select/
input_datetime: !include_dir_named input_datetime/
input_text: !include_dir_named input_text/
timer: !include_dir_named timers/
light: !include_dir_merge_list light/
switch: !include_dir_merge_list switch/
samsungtv: !include samsung_tv.yaml
rest_command: !include_dir_named rest_command/
alarm_control_panel: !include_dir_list alarm/
alert: !include_dir_named alerts/
notify: !include_dir_merge_list notify/
telegram_bot: !include telegram.yaml
camera: !include_dir_list camera/
ffmpeg: !include ffmpeg.yaml
stream:
mqtt: !include mqtt.yaml
hacs: !include hacs.yaml
circadian_lighting: !include circadian.yaml
remote_homeassistant: !include remote_ha.yaml