From f20c633ecd6d93315b590626265ab2cffbaf4457 Mon Sep 17 00:00:00 2001 From: Bibfortuna5057 Date: Mon, 25 May 2026 13:06:26 -0400 Subject: [PATCH 1/2] Create manifest.yml --- applications/GPIO/nest_bridge/manifest.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 applications/GPIO/nest_bridge/manifest.yml diff --git a/applications/GPIO/nest_bridge/manifest.yml b/applications/GPIO/nest_bridge/manifest.yml new file mode 100644 index 00000000..6ebcdbbe --- /dev/null +++ b/applications/GPIO/nest_bridge/manifest.yml @@ -0,0 +1,18 @@ +sourcecode: + type: git + location: + origin: https://github.com/Bibfortuna5057/NestBridge-Flipper.git + commit_sha: 9d5471b + +app: + id: nest_bridge + name: NestBridge + author: Bibfortuna5057 + version: "1.0" + short_description: Control a NoLongerEvil Nest thermostat from your Flipper via BLE advertisements + description: | + Control a NoLongerEvil flashed Nest Gen 1/2 thermostat from your Flipper Zero using BLE advertisement packets. No phone, no pairing, no connection between devices. Set temperature, change mode, and set fan timers from a simple menu. + category: GPIO + screenshots: [] + links: + source_code: https://github.com/Bibfortuna5057/NestBridge-Flipper From b6a0f4f7f3abc4bdaa78ff75b32b1a00dea74066 Mon Sep 17 00:00:00 2001 From: Bibfortuna5057 Date: Wed, 27 May 2026 04:14:25 -0400 Subject: [PATCH 2/2] Update manifest.yml --- applications/GPIO/nest_bridge/manifest.yml | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/applications/GPIO/nest_bridge/manifest.yml b/applications/GPIO/nest_bridge/manifest.yml index 6ebcdbbe..b0ae8906 100644 --- a/applications/GPIO/nest_bridge/manifest.yml +++ b/applications/GPIO/nest_bridge/manifest.yml @@ -2,17 +2,11 @@ sourcecode: type: git location: origin: https://github.com/Bibfortuna5057/NestBridge-Flipper.git - commit_sha: 9d5471b - -app: - id: nest_bridge - name: NestBridge - author: Bibfortuna5057 - version: "1.0" - short_description: Control a NoLongerEvil Nest thermostat from your Flipper via BLE advertisements - description: | - Control a NoLongerEvil flashed Nest Gen 1/2 thermostat from your Flipper Zero using BLE advertisement packets. No phone, no pairing, no connection between devices. Set temperature, change mode, and set fan timers from a simple menu. - category: GPIO - screenshots: [] - links: - source_code: https://github.com/Bibfortuna5057/NestBridge-Flipper + commit_sha: 92be2681ff9fc4924cef16acdc8ee80e646ecf40 +short_description: "Control a NoLongerEvil Nest thermostat from your Flipper Zero via BLE advertisements" +description: "@README.md" +changelog: "v1.0 - Initial release" +screenshots: + - "./screenshots/1.png" + - "./screenshots/2.png" + - "./screenshots/3.png"