From 12d3c48330471f9e1e1dad237e9081cc20871f77 Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 10 Sep 2023 06:56:13 +0200 Subject: [PATCH] fix: move code to subdirectory s.t. .git does not get copied to the flow3r --- __init__.py => flow3r_openhab/__init__.py | 0 flow3r.toml => flow3r_openhab/flow3r.toml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename __init__.py => flow3r_openhab/__init__.py (100%) rename flow3r.toml => flow3r_openhab/flow3r.toml (86%) diff --git a/__init__.py b/flow3r_openhab/__init__.py similarity index 100% rename from __init__.py rename to flow3r_openhab/__init__.py diff --git a/flow3r.toml b/flow3r_openhab/flow3r.toml similarity index 86% rename from flow3r.toml rename to flow3r_openhab/flow3r.toml index 61449d2..ff48a9b 100644 --- a/flow3r.toml +++ b/flow3r_openhab/flow3r.toml @@ -1,5 +1,5 @@ [app] -name = "OpenHAB (MQTT)" +name = "OpenHAB" menu = "Apps" [entry]