cleanup
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -4,7 +4,15 @@ __pycache__
|
|||||||
.python-version
|
.python-version
|
||||||
.venv
|
.venv
|
||||||
|
|
||||||
|
conf/compiled
|
||||||
|
conf/dashboards
|
||||||
|
conf/namespaces
|
||||||
|
conf/www
|
||||||
conf/appdaemon.yaml
|
conf/appdaemon.yaml
|
||||||
conf/secrets.yaml
|
conf/secrets.yaml
|
||||||
|
|
||||||
log
|
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