Skip to content

Commit 99927ea

Browse files
authored
ota updates (#55)
* ota updates * no ssl for 8266
1 parent a01a41c commit 99927ea

5 files changed

+61
-0
lines changed

tagtuner-D1-custom1.factory.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ esphome:
2323
name: LukaGra.TagTuner-D1
2424
version: dev
2525

26+
ota:
27+
- platform: http_request
28+
id: ota_http_request
29+
30+
http_request:
31+
32+
update:
33+
- platform: http_request
34+
name: None
35+
id: update_http_request
36+
source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-d1-esp32.json
37+
2638
# This should point to the public location of this yaml file.
2739
dashboard_import:
2840
package_import_url: github://luka6000/TagTuner/tagtuner-D1-custom1.yaml@main

tagtuner-XIAO-custom.factory.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ esphome:
2323
name: LukaGra.TagTuner-XIAO
2424
version: dev
2525

26+
ota:
27+
- platform: http_request
28+
id: ota_http_request
29+
30+
http_request:
31+
32+
update:
33+
- platform: http_request
34+
name: None
35+
id: update_http_request
36+
source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-xiao-esp32c6.json
37+
2638
# This should point to the public location of this yaml file.
2739
dashboard_import:
2840
package_import_url: github://luka6000/TagTuner/tagtuner-XIAO-custom.yaml@main

tagtuner-atom-grove-ble.factory.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ esphome:
2323
name: LukaGra.TagTuner-Atom
2424
version: dev
2525

26+
ota:
27+
- platform: http_request
28+
id: ota_http_request
29+
30+
http_request:
31+
32+
update:
33+
- platform: http_request
34+
name: None
35+
id: update_http_request
36+
source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-atom-esp32.json
37+
2638
# This should point to the public location of this yaml file.
2739
dashboard_import:
2840
package_import_url: github://luka6000/TagTuner/tagtuner-atom-grove-ble.yaml@main

tagtuner-for-tagreader.factory.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,19 @@ esphome:
1313
name: LukaGra.TagTuner-8266
1414
version: dev
1515

16+
ota:
17+
- platform: http_request
18+
id: ota_http_request
19+
20+
http_request:
21+
verify_ssl: false
22+
23+
update:
24+
- platform: http_request
25+
name: None
26+
id: update_http_request
27+
source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-for-tagreader-esp8266.json
28+
1629
# This should point to the public location of this yaml file.
1730
dashboard_import:
1831
package_import_url: github://luka6000/TagTuner/tagtuner-for-tagreader.yaml@main

tagtuner-on-ha-voice-pe.factory.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ esphome:
3232
name: LukaGra.TagTuner-on-Home-Assistant-Voice-PE
3333
version: dev
3434

35+
ota:
36+
- platform: http_request
37+
id: ota_http_request
38+
39+
http_request:
40+
41+
update:
42+
- platform: http_request
43+
name: None
44+
id: update_http_request
45+
source: https://luka6000.github.io/TagTuner/firmware/manifest-tagtuner-on-ha-voice-esp32s3.json
46+
3547
# This should point to the public location of this yaml file.
3648
dashboard_import:
3749
package_import_url: github://luka6000/TagTuner/tagtuner-on-ha-voice-pe.yaml@main

0 commit comments

Comments
 (0)