-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
64 lines (51 loc) · 1.13 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
---
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
packages: !include_dir_named packages
legacy_templates: false
http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- !secret http_proxy_ip
frontend:
themes: !include_dir_merge_named themes
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
recorder:
db_url: sqlite:///../data/home-assistant_v2.db
purge_keep_days: 14
logger:
default: info
logs:
roomba.roomba.Roomba: error
toon:
client_id: !secret eneco_dev_key
client_secret: !secret eneco_dev_secret
telegram_bot:
- platform: polling
api_key: !secret telegram_api
allowed_chat_ids:
- !secret telegram_chatid
notify:
- name: telegram
platform: telegram
chat_id: !secret telegram_chatid
rflink:
port: /dev/rflink
light:
- platform: rflink
automatic_add: false
sensor:
- platform: rflink
automatic_add: false
- platform: time_date
display_options:
- date
- time
binary_sensor:
- platform: workday
country: NL