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 @@
.HA_VERSION .HA_VERSION
.cloud .cloud
.storage .storage
.vscode
deps deps
tts tts
*.db *.db

12
configuration.yaml

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