-
Notifications
You must be signed in to change notification settings - Fork 5
/
configuration.yaml
70 lines (58 loc) · 1.62 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
---
# Core Configuration
# https://www.home-assistant.io/docs/configuration/basic/
homeassistant:
packages: !include_dir_named packages
latitude: !secret latitude_home
longitude: !secret longitude_home
elevation: 0
unit_system: metric
time_zone: Africa/Johannesburg
country: ZA
name: Home
allowlist_external_dirs: # changed from whitelist_external_dirs to allowlist_external_dirs in 0.113.0
- /config/
#customize: !include includes/customize.yaml
default_config:
frontend:
themes: !include_dir_merge_named themes
http: !include includes/http.yaml
# Logging and history
# ########################################
# ### LOGGING ###
# ########################################
logbook: !include logging/logbook.yaml
logger: !include logging/logger.yaml
recorder: !include includes/recorder.yaml
influxdb: !include includes/influxdb.yaml
# Managed via UI
scene: !include scenes.yaml
automation: !include automations.yaml
script: !include scripts.yaml
# Global inputs
input_boolean:
guest:
name: Guest mode
holiday:
name: Holiday mode
# Devices
camera: !include includes/camera.yaml
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
#surepetcare: !include includes/surepetcare.yaml
# Sensors
sensor: !include includes/sensors.yaml
# Others
shell_command: !include includes/shell_commands.yaml
notify: !include includes/notify.yaml
python_script:
#alexa:
# smart_home:
# locale: en-GB
# endpoint: https://api.amazonalexa.com/v3/events
# client_id: !secret alexa_client_id
# client_secret: !secret alexa_client_secret
# filter:
# include_domains:
# - switch
# - light