From cc7e5600e30e646a8f63111735b95d0508167e4d Mon Sep 17 00:00:00 2001 From: David Peer Date: Sun, 26 Jun 2022 12:40:28 +0200 Subject: [PATCH] Using custom.html again to ensure that data is uploaded. --- apps/ha/custom.html | 43 ++++++++++++++++++++++++++++++++++++ apps/ha/interface.html | 49 ------------------------------------------ apps/ha/metadata.json | 2 +- 3 files changed, 44 insertions(+), 50 deletions(-) create mode 100644 apps/ha/custom.html delete mode 100644 apps/ha/interface.html diff --git a/apps/ha/custom.html b/apps/ha/custom.html new file mode 100644 index 000000000..6c4bb9077 --- /dev/null +++ b/apps/ha/custom.html @@ -0,0 +1,43 @@ + + + + + +

Upload Tiggers

+

You must upload a list of json objects -- an example is given below

+

+

+ + + + + + diff --git a/apps/ha/interface.html b/apps/ha/interface.html deleted file mode 100644 index 76457085b..000000000 --- a/apps/ha/interface.html +++ /dev/null @@ -1,49 +0,0 @@ - - - - - -

Upload Tiggers

-

You must upload a list of json objects -- an example is given below

-

-

- - - - - - - diff --git a/apps/ha/metadata.json b/apps/ha/metadata.json index c1e6a0392..9b4ca54af 100644 --- a/apps/ha/metadata.json +++ b/apps/ha/metadata.json @@ -8,7 +8,7 @@ "tags": "tool", "readme": "README.md", "supports": ["BANGLEJS2"], - "interface": "interface.html", + "custom": "trigger.html", "screenshots": [ {"url":"screenshot.png"}, {"url":"screenshot_2.png"},