This commit is contained in:
John Lancaster
2025-06-20 08:20:26 -05:00
parent 99936f2c85
commit ad34a6e919
2 changed files with 9 additions and 15 deletions

10
.gitignore vendored
View File

@@ -4,7 +4,15 @@ __pycache__
.python-version
.venv
conf/compiled
conf/dashboards
conf/namespaces
conf/www
conf/appdaemon.yaml
conf/secrets.yaml
log
log
*.log
*.db
*.js
*cache*

View File

@@ -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)