From 41a0bbdf73909dfd15e62f2476dae63482a84629 Mon Sep 17 00:00:00 2001 From: tmechen Date: Sun, 10 Oct 2021 20:23:05 +0200 Subject: [PATCH] remote fix --- .gitignore | 1 + configuration.yaml | 12 +----------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a48e78c..5616988 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .HA_VERSION .cloud .storage +.vscode deps tts *.db diff --git a/configuration.yaml b/configuration.yaml index 5f51055..a31a33a 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -3,6 +3,7 @@ discovery: sun: config: mobile_app: +frontend: mqtt: broker: mosquitto @@ -24,14 +25,3 @@ switch: !include_dir_merge_list switches light: !include_dir_merge_list lights automation: !include_dir_merge_list automations scene: !include_dir_merge_list scenes - -hacs: - sidepanel_title: Hacs Store - sidepanel_icon: mdi:store - token: 6bf2b1f782d1739eae8f3b52a5266bc259898e55 - -frontend: - javascript_version: latest - -lovelace: - mode: yaml