Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions tagtuner-D1-custom1.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions tagtuner-XIAO-custom.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions tagtuner-atom-grove-ble.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions tagtuner-for-tagreader.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ esphome:
name: LukaGra.TagTuner-8266
version: dev

ota:
- platform: http_request
id: ota_http_request

http_request:
verify_ssl: false

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
Expand Down
12 changes: 12 additions & 0 deletions tagtuner-on-ha-voice-pe.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down