diff --git a/config-dev/.gitignore b/config-dev/.gitignore index 122f572..7df1c96 100644 --- a/config-dev/.gitignore +++ b/config-dev/.gitignore @@ -4,3 +4,4 @@ home-assistant_v2.db .HA_VERSION secrets.yaml custom_components/ +themes/ diff --git a/config-dev/configuration.yaml b/config-dev/configuration.yaml index 14f33bd..d786bce 100644 --- a/config-dev/configuration.yaml +++ b/config-dev/configuration.yaml @@ -4,12 +4,13 @@ default_config: http: server_port: 8124 +hacs: + token: !secret hacs_dev_token + appdaemon: true + netdaemon: true + frontend_repo_url: !secret hacs_dev_url -panel_custom: - - name: hacs-dev-frontend - sidebar_title: HACS (Dev frontend server) - sidebar_icon: mdi:alert-circle - url_path: hacs_dev - js_url: !secret hacs_dev_url - trust_external_script: true - +logger: + default: info + logs: + hacs: debug