Skip to content

Commit

Permalink
TagTuner for tagreader (#1)
Browse files Browse the repository at this point in the history
Adonno tagreader device support
  • Loading branch information
luka6000 authored Nov 5, 2024
1 parent e33f78c commit d9c1198
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
max-parallel: 3
matrix:
file:
- tagtuner-atom-grove.yaml
- tagtuner-atom-grove
- tagtuner-for-tagreader
esphome-version:
- stable
- beta
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
files: |
tagtuner-atom-grove.factory.yaml
tagtuner-for-tagreader.factory.yaml
esphome-version: 2024.10.2
combined-name: firmware
release-summary: ${{ github.event_name == 'release' && github.event.release.body || '' }}
Expand Down
28 changes: 28 additions & 0 deletions tagtuner-for-tagreader.factory.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# These substitutions allow the end user to override certain values
substitutions:
name: "tagtuner"
friendly_name: "TagTuner"

packages:
# Include all of the core configuration
core: !include tagtuner-for-tagreader.yaml

esphome:
name: "${name}"
friendly_name: ${friendly_name}
# Automatically add the mac address to the name
# so you can use a single firmware for all devices
name_add_mac_suffix: true

project:
name: LukaGra.TagTuner
version: dev

# This should point to the public location of this yaml file.
dashboard_import:
package_import_url: github://luka6000/TagTuner/tagtuner-for-tagreader.yaml@main
import_full_config: true

# Sets up the improv via serial client for Wi-Fi provisioning
improv_serial:
next_url: https://luka6000.github.io/TagTuner/
Loading

0 comments on commit d9c1198

Please sign in to comment.