cleanup
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -4,7 +4,15 @@ __pycache__
|
||||
.python-version
|
||||
.venv
|
||||
|
||||
conf/compiled
|
||||
conf/dashboards
|
||||
conf/namespaces
|
||||
conf/www
|
||||
conf/appdaemon.yaml
|
||||
conf/secrets.yaml
|
||||
|
||||
log
|
||||
*.log
|
||||
*.db
|
||||
*.js
|
||||
*cache*
|
||||
@@ -1,14 +0,0 @@
|
||||
#
|
||||
# Main arguments, all optional
|
||||
#
|
||||
title: Hello Panel
|
||||
widget_dimensions: [120, 120]
|
||||
widget_margins: [5, 5]
|
||||
columns: 8
|
||||
|
||||
label:
|
||||
widget_type: label
|
||||
text: Hello World
|
||||
|
||||
layout:
|
||||
- label(2x2)
|
||||
Reference in New Issue
Block a user