fix: Update configuration.yaml to modern syntax
This commit is contained in:
+1
-8
@@ -57,7 +57,7 @@ http:
|
||||
|
||||
# Configure Lovelace/Dashboards for YAML Configuration
|
||||
lovelace:
|
||||
mode: yaml
|
||||
resource_mode: yaml
|
||||
resources: !include lovelace/resources.yaml
|
||||
dashboards: !include lovelace/dashboards.yaml
|
||||
|
||||
@@ -142,13 +142,6 @@ zone ui: !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
|
||||
|
||||
Reference in New Issue
Block a user