diff --git a/configuration.yaml b/configuration.yaml index 8f2e1de..1866016 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -112,3 +112,30 @@ discovery: # Setup Zones 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