Browse Source

remote fix

master
tmechen 3 years ago
parent
commit
41a0bbdf73
Failed to extract signature
  1. 1
      .gitignore
  2. 12
      configuration.yaml

1
.gitignore vendored

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
.HA_VERSION
.cloud
.storage
.vscode
deps
tts
*.db

12
configuration.yaml

@ -3,6 +3,7 @@ discovery: @@ -3,6 +3,7 @@ discovery:
sun:
config:
mobile_app:
frontend:
mqtt:
broker: mosquitto
@ -24,14 +25,3 @@ switch: !include_dir_merge_list switches @@ -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

Loading…
Cancel
Save