Create project

This commit is contained in:
m038
2020-05-21 13:13:21 +02:00
commit 86692cf459
5 changed files with 24 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "home-assistant-flows",
"description": "Flows for home automation with Home Assistant",
"version": "0.0.1",
"dependencies": {},
"node-red": {
"settings": {
"flowFile": "flows.json",
"credentialsFile": "flows_cred.json"
}
}
}