-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
60 lines (48 loc) · 1.35 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
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /local/community/custom-brand-icons/custom-brand-icons.js
- /local/hass-crypto-icons.js
logger:
default: info
logs:
custom_components.cryptoinfo_advanced: debug
# Text to speech
tts:
- platform: google_translate
# Helper to keep the start time
input_datetime:
device_start_time:
name: Device Start Time
has_time: true
has_date: false
device_end_time:
name: Device End Time
has_time: true
has_date: false
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
mqtt: !include mqtt.yaml
influxdb: !include influxdb.yaml
notify: !include notify.yaml
shell_command: !include shell.yaml
light:
- platform: group
name: Living Room Lights
entities:
- light.signify_netherlands_b_v_lta004_huelight_2
- light.signify_netherlands_b_v_lta004_huelight_3
- light.signify_netherlands_b_v_lta004_huelight_4
python_script:
sensor: !include sensors.yaml
http:
ssl_certificate: /etc/letsencrypt/live/ha.auroranrunner.com/fullchain.pem
ssl_key: /etc/letsencrypt/live/ha.auroranrunner.com/privkey.pem
homeassistant:
external_url: !secret external_url
recorder:
db_url: !secret db_url