From d9bc8f6d5a986d108ba0bc22819f0564662580ac Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 28 Sep 2023 12:41:32 -0400 Subject: [PATCH] Updated readme --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..302d42f --- /dev/null +++ b/readme.md @@ -0,0 +1,10 @@ +# NerdFlows Functions + +This is where the (likely very bad) code for my Node-RED function nodes will live. This isn't necessarily everything that is currently running. This is more or less a scratchpad. I find editing my JavaScript in VS Code is a lot handier than doing it within Node-RED's built-in editor. + +I would not recommend trying to run most of this code. There are most likely better ways to achieve the things I am doing. + +## Links + +[HA-NerdFlows](https://github.com/tm24fan8/HA-NerdFlows) +[Home Assistant Configs](https://github.com/tm24fan8/Home-Assistant-Configs)