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
|
# Configure Lovelace/Dashboards for YAML Configuration
|
||||||
lovelace:
|
lovelace:
|
||||||
mode: yaml
|
resource_mode: yaml
|
||||||
resources: !include lovelace/resources.yaml
|
resources: !include lovelace/resources.yaml
|
||||||
dashboards: !include lovelace/dashboards.yaml
|
dashboards: !include lovelace/dashboards.yaml
|
||||||
|
|
||||||
@@ -142,13 +142,6 @@ zone ui: !include zones.yaml
|
|||||||
|
|
||||||
# Setup InfluxDB Logging
|
# Setup InfluxDB Logging
|
||||||
influxdb:
|
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
|
measurement_attr: domain__device_class
|
||||||
default_measurement: state
|
default_measurement: state
|
||||||
precision: ms
|
precision: ms
|
||||||
|
|||||||
Reference in New Issue
Block a user