From 889e019a6a17c66ce553a70fbc0421d1c77d22b6 Mon Sep 17 00:00:00 2001 From: luka6000 Date: Sun, 18 Jan 2026 02:14:49 +0100 Subject: [PATCH 1/2] ota updates --- tagtuner-D1-custom1.factory.yaml | 12 ++++++++++++ tagtuner-XIAO-custom.factory.yaml | 12 ++++++++++++ tagtuner-atom-grove-ble.factory.yaml | 12 ++++++++++++ tagtuner-for-tagreader.factory.yaml | 12 ++++++++++++ tagtuner-on-ha-voice-pe.factory.yaml | 12 ++++++++++++ 5 files changed, 60 insertions(+) diff --git a/tagtuner-D1-custom1.factory.yaml b/tagtuner-D1-custom1.factory.yaml index f6de36f..0d2e32e 100644 --- a/tagtuner-D1-custom1.factory.yaml +++ b/tagtuner-D1-custom1.factory.yaml @@ -23,6 +23,18 @@ esphome: name: LukaGra.TagTuner-D1 version: dev +ota: + - platform: http_request + id: ota_http_request + +http_request: + +update: + - platform: http_request + name: None + id: update_http_request + source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-d1-esp32.json + # This should point to the public location of this yaml file. dashboard_import: package_import_url: github://luka6000/TagTuner/tagtuner-D1-custom1.yaml@main diff --git a/tagtuner-XIAO-custom.factory.yaml b/tagtuner-XIAO-custom.factory.yaml index 3fbd2b3..0717a05 100644 --- a/tagtuner-XIAO-custom.factory.yaml +++ b/tagtuner-XIAO-custom.factory.yaml @@ -23,6 +23,18 @@ esphome: name: LukaGra.TagTuner-XIAO version: dev +ota: + - platform: http_request + id: ota_http_request + +http_request: + +update: + - platform: http_request + name: None + id: update_http_request + source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-xiao-esp32c6.json + # This should point to the public location of this yaml file. dashboard_import: package_import_url: github://luka6000/TagTuner/tagtuner-XIAO-custom.yaml@main diff --git a/tagtuner-atom-grove-ble.factory.yaml b/tagtuner-atom-grove-ble.factory.yaml index 577fa48..62d5702 100644 --- a/tagtuner-atom-grove-ble.factory.yaml +++ b/tagtuner-atom-grove-ble.factory.yaml @@ -23,6 +23,18 @@ esphome: name: LukaGra.TagTuner-Atom version: dev +ota: + - platform: http_request + id: ota_http_request + +http_request: + +update: + - platform: http_request + name: None + id: update_http_request + source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-atom-esp32.json + # This should point to the public location of this yaml file. dashboard_import: package_import_url: github://luka6000/TagTuner/tagtuner-atom-grove-ble.yaml@main diff --git a/tagtuner-for-tagreader.factory.yaml b/tagtuner-for-tagreader.factory.yaml index 40282a1..4e08c6d 100644 --- a/tagtuner-for-tagreader.factory.yaml +++ b/tagtuner-for-tagreader.factory.yaml @@ -13,6 +13,18 @@ esphome: name: LukaGra.TagTuner-8266 version: dev +ota: + - platform: http_request + id: ota_http_request + +http_request: + +update: + - platform: http_request + name: None + id: update_http_request + source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-for-tagreader-esp8266.json + # This should point to the public location of this yaml file. dashboard_import: package_import_url: github://luka6000/TagTuner/tagtuner-for-tagreader.yaml@main diff --git a/tagtuner-on-ha-voice-pe.factory.yaml b/tagtuner-on-ha-voice-pe.factory.yaml index 53b484e..403f580 100644 --- a/tagtuner-on-ha-voice-pe.factory.yaml +++ b/tagtuner-on-ha-voice-pe.factory.yaml @@ -32,6 +32,18 @@ esphome: name: LukaGra.TagTuner-on-Home-Assistant-Voice-PE version: dev +ota: + - platform: http_request + id: ota_http_request + +http_request: + +update: + - platform: http_request + name: None + id: update_http_request + source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-on-ha-voice-esp32s3.json + # This should point to the public location of this yaml file. dashboard_import: package_import_url: github://luka6000/TagTuner/tagtuner-on-ha-voice-pe.yaml@main From fd2c5772abdc5b7b2ed0faf2bb7587f208709649 Mon Sep 17 00:00:00 2001 From: luka6000 Date: Sun, 18 Jan 2026 02:30:59 +0100 Subject: [PATCH 2/2] no ssl --- tagtuner-for-tagreader.factory.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tagtuner-for-tagreader.factory.yaml b/tagtuner-for-tagreader.factory.yaml index 4e08c6d..71a3624 100644 --- a/tagtuner-for-tagreader.factory.yaml +++ b/tagtuner-for-tagreader.factory.yaml @@ -18,6 +18,7 @@ ota: id: ota_http_request http_request: + verify_ssl: false update: - platform: http_request