-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
executable file
·57 lines (51 loc) · 1.47 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
# #########################################################################################################
# This is the newest configuration #
# #########################################################################################################
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Basic Configuration
homeassistant:
# customize: !include customize.yaml
packages: !include_dir_named packages/
# Lovelace UI Config
lovelace:
mode: yaml
resources: !include lovelace/resources.yaml
script: !include_dir_merge_named scripts/
scene: !include_dir_merge_list scenes/
logger:
default: warning
logs:
homeassistant.core: warning
# homeassistant.components.met: debug
# custom_components.hra_recycling: debug
# homeassistant.components.tibber: debug
recorder:
db_url: !secret db_url
purge_keep_days: 5
commit_interval: 30
auto_purge: true
exclude:
domains:
- automation
- updater
entity_globs:
- sensor.weather_*
entities:
- sun.sun
event_types:
- call_service
influxdb:
host: localhost
port: 8086
database: homeassistant
username: !secret influxdb_username
password: !secret influxdb_password
max_retries: 3
default_measurement: state
exclude:
domains:
- automation
- updater
entities:
- sun.sun