forked from BeardedTinker/Home-Assistant_Config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfluxdb.yaml
32 lines (25 loc) · 787 Bytes
/
influxdb.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
#####
# Store data into InfluxDB
#
# https://www.home-assistant.io/integrations/influxdb/
####
influxdb:
# This is where host and port pare defined.
host: !secret influxdb_host
port: 8086
# The database name to store all the metrics in.
database: homeassistant
# Authentication credentials. TODO
# username: !secret influxdb_username
# password: !secret influxdb_password
# Max number of retries in case of a failure.
max_retries: 3
# The list of attribute names which should be reported as tags
# and not fields to InfluxDB.
# tags_attributes:
# - "device_class"
# - "node_id"
# I WILL specify (whitelist) each thing I'd like to put
# into InfluxDB, to keep the database clean. TODO
# include:
# entities: !include_dir_merge_list ../influxdb