-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
67 lines (59 loc) · 1.8 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
# Loads default set of integrations. Do not remove.
default_config:
# HOME ASSISTANT SYSTEM
automation: !include automations.yaml
automation modules: !include_dir_merge_list automation_modules/
scene: !include scenes.yaml
sensor: !include sensors.yaml
script: !include scripts.yaml
template: !include templates.yaml
input_boolean: !include input_boolean.yaml
input_number: !include input_number.yaml
input_select: !include input_select.yaml
input_text: !include input_text.yaml
input_datetime: !include input_datetime.yaml
shell_command: !include shell_commands.yaml
camera: !include cameras.yaml
# TEXT TO SPEECH
tts:
- platform: google_translate
# FRONTEND
frontend:
# Load frontend themes from the themes folder
themes: !include_dir_merge_named themes
extra_module_url:
- /local/community/lovelace-card-mod/card-mod.js
# USER INTERFACES
lovelace:
mode: storage
dashboards:
dashboard-tablet:
mode: yaml
filename: dashboard-tablet.yaml
title: Tablet
icon: mdi:tablet-dashboard
show_in_sidebar: true
dashboard-mobile:
mode: yaml
filename: dashboard-mobile.yaml
title: Mobile
icon: mdi:cellphone
show_in_sidebar: true
resources:
- url: /local/community/decluttering-card/decluttering-card.js
type: module
# PYTHON SCRIPTS
# Add scripts to <config>/python_scripts. Also add its entry to services.yaml in same folder.
# Enabling Python-scripts with an Integration is obsolete. This enables Python-scripts:
python_script:
# Enables logging from Python-scripts.
logger:
default: warning
logs:
homeassistant.components.python_script: debug
zone:
- name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
radius: 20
icon: mdi:home