This commit is contained in:
2026-08-30 11:01:19 +02:00
parent a34cf42f0e
commit fcae3569fc
17 changed files with 679 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
from netatmo_service import create_app
app = create_app()
if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000)