From beefe659f9b250f2f246c0835fb58fda6c4b187a Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Mon, 7 Mar 2022 15:15:07 +0100 Subject: [PATCH] add note to flow --- nodered/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nodered/README.md diff --git a/nodered/README.md b/nodered/README.md new file mode 100644 index 00000000..0b5a1d14 --- /dev/null +++ b/nodered/README.md @@ -0,0 +1,11 @@ +# Node-Red Flow + +## Note: +**This flow has been deprecated in favour of the AppDaemon Backend.** +**It's still functioning with a limited feature set.** + + + +This is the exmaple node red flow which an be used to control the screen over MQTT. + +Import the example node-red flow from "node-red-example-flow.json" file and adjust to your needs. \ No newline at end of file