-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
41 lines (33 loc) · 912 Bytes
/
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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
language: 'nl'
cache: true
cache_dir: /tmp/tts
time_memory: 300
## group: !include groups.yaml
frontend:
themes: !include_dir_merge_named themes/
zone: !include zone.yaml
automation: !include_dir_merge_list automations/
script: !include_dir_named scripts/
zwave:
usb_path: /dev/ttyACM0
# Example configuration.yaml entry
media_player:
- platform: samsungtv
host: 192.168.178.23
tado:
username: !secret tado_username
password: !secret tado_password
ring:
username: !secret ring_username
password: !secret ring_password
binary_sensor:
- platform: ring
input_select: !include configuration/input_select.yaml