From 5937051bca425fa09c784ff704af633a1d4c715b Mon Sep 17 00:00:00 2001 From: odin568 Date: Wed, 7 Jan 2026 17:33:46 +0100 Subject: [PATCH 1/4] Introduce bitShake Sensor --- bitShake/app.json | 10 ++++++++++ bitShake/bitShake.php | 7 +++++++ bitShake/bitShake.svg | 17 +++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 bitShake/app.json create mode 100644 bitShake/bitShake.php create mode 100644 bitShake/bitShake.svg diff --git a/bitShake/app.json b/bitShake/app.json new file mode 100644 index 0000000000..1649eac5f2 --- /dev/null +++ b/bitShake/app.json @@ -0,0 +1,10 @@ +{ + "appid": "a4f9c2e87d1b3a6f0c5e9d82b7a1e43f6c0d9b5e", + "name": "bitShake", + "website": "https://www.bitshake.de/", + "license": "Proprietary", + "description": "A smart IR-based electric meter reader that captures energy consumption and power data from digital electricity meters and provides it via Wi-Fi/Tasmota integration.", + "enhanced": false, + "tile_background": "dark", + "icon": "bitShake.svg" +} diff --git a/bitShake/bitShake.php b/bitShake/bitShake.php new file mode 100644 index 0000000000..c128f7ae74 --- /dev/null +++ b/bitShake/bitShake.php @@ -0,0 +1,7 @@ + + + + + + + + + \ No newline at end of file From 086198529ec0951a320f16c83271a73173f8d05d Mon Sep 17 00:00:00 2001 From: odin568 Date: Mon, 2 Feb 2026 14:49:35 +0100 Subject: [PATCH 2/4] Fix case --- bitShake/BitShake.php | 7 +++++++ bitShake/bitShake.php | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 bitShake/BitShake.php delete mode 100644 bitShake/bitShake.php diff --git a/bitShake/BitShake.php b/bitShake/BitShake.php new file mode 100644 index 0000000000..fe85f7dcb7 --- /dev/null +++ b/bitShake/BitShake.php @@ -0,0 +1,7 @@ + Date: Mon, 2 Feb 2026 14:56:20 +0100 Subject: [PATCH 3/4] Make folder start with uppercase --- {bitShake => BitShake}/BitShake.php | 0 {bitShake => BitShake}/app.json | 0 {bitShake => BitShake}/bitShake.svg | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {bitShake => BitShake}/BitShake.php (100%) rename {bitShake => BitShake}/app.json (100%) rename {bitShake => BitShake}/bitShake.svg (100%) diff --git a/bitShake/BitShake.php b/BitShake/BitShake.php similarity index 100% rename from bitShake/BitShake.php rename to BitShake/BitShake.php diff --git a/bitShake/app.json b/BitShake/app.json similarity index 100% rename from bitShake/app.json rename to BitShake/app.json diff --git a/bitShake/bitShake.svg b/BitShake/bitShake.svg similarity index 100% rename from bitShake/bitShake.svg rename to BitShake/bitShake.svg From 836c507c0dc4ced70acbd2596e0e58fd818c7cd1 Mon Sep 17 00:00:00 2001 From: odin568 Date: Mon, 2 Feb 2026 15:00:41 +0100 Subject: [PATCH 4/4] Aligned to other Apps which start with lowercase. They were marked with phpcs:ignore. Applying same here as official name is "bitShake". --- BitShake/BitShake.php | 7 ------- {BitShake => bitShake}/app.json | 0 bitShake/bitShake.php | 7 +++++++ {BitShake => bitShake}/bitShake.svg | 0 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 BitShake/BitShake.php rename {BitShake => bitShake}/app.json (100%) create mode 100644 bitShake/bitShake.php rename {BitShake => bitShake}/bitShake.svg (100%) diff --git a/BitShake/BitShake.php b/BitShake/BitShake.php deleted file mode 100644 index fe85f7dcb7..0000000000 --- a/BitShake/BitShake.php +++ /dev/null @@ -1,7 +0,0 @@ -