Add InfluxDB Configuration
This commit is contained in:
@@ -112,3 +112,30 @@ discovery:
|
|||||||
|
|
||||||
# Setup Zones
|
# Setup Zones
|
||||||
zone: !include include/zones.yaml
|
zone: !include include/zones.yaml
|
||||||
|
|
||||||
|
# Setup InfluxDB Logging
|
||||||
|
influxdb:
|
||||||
|
api_version: '2'
|
||||||
|
ssl: false
|
||||||
|
host: !secret influxdb2_host
|
||||||
|
port: !secret influxdb2_port
|
||||||
|
organization: !secret influxdb2_org
|
||||||
|
token: !secret influxdb2_token
|
||||||
|
bucket: ha
|
||||||
|
measurement_attr: domain__device_class
|
||||||
|
default_measurement: state
|
||||||
|
precision: ms
|
||||||
|
tags_attributes:
|
||||||
|
- friendly_name
|
||||||
|
exclude:
|
||||||
|
domains:
|
||||||
|
- automation
|
||||||
|
- device_tracker
|
||||||
|
- group
|
||||||
|
- input_boolean
|
||||||
|
- input_select
|
||||||
|
- media_player
|
||||||
|
- scene
|
||||||
|
- script
|
||||||
|
- weather
|
||||||
|
- zone
|
||||||
|
|||||||
Reference in New Issue
Block a user