Add HACS, Themes
This commit is contained in:
@@ -42,25 +42,14 @@ http:
|
||||
- !secret gateway_ip4
|
||||
|
||||
# Configure Lovelace/Dashboards for YAML Configuration
|
||||
lovelace:
|
||||
mode: yaml
|
||||
resources: !include lovelace/resources.yaml
|
||||
dashboards: !include lovelace/dashboards.yaml
|
||||
# lovelace:
|
||||
# mode: yaml
|
||||
# resources: !include lovelace/resources.yaml
|
||||
# dashboards: !include lovelace/dashboards.yaml
|
||||
|
||||
# MQTT Broker Connection
|
||||
mqtt:
|
||||
broker: mqtt.ha.kraussnet.com
|
||||
port: 8883
|
||||
username: !secret mqtt_username
|
||||
password: !secret mqtt_password
|
||||
certificate: /config/network-ca-chain.pem
|
||||
discovery: true
|
||||
birth_message:
|
||||
topic: 'hass/status'
|
||||
payload: 'online'
|
||||
will_message:
|
||||
topic: 'hass/status'
|
||||
payload: 'offline'
|
||||
|
||||
# Configure Logging
|
||||
logger:
|
||||
@@ -82,8 +71,6 @@ config:
|
||||
|
||||
# Enable the Front End
|
||||
frontend:
|
||||
|
||||
# Add Themes
|
||||
themes: !include_dir_merge_named themes
|
||||
|
||||
# Configure FontAwesome Icons
|
||||
|
||||
Reference in New Issue
Block a user