Skip to content
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ external_components:
- source:
type: git
url: https://github.com/lubeda/EspHoMaTriXv2
ref: 2026.4.0
ref: 2026.4.1
refresh: 60s
components: [ ehmtxv2 ]
```
Expand Down
2 changes: 1 addition & 1 deletion components/ehmtxv2/EHMTX.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace esphome::ehmtx

const uint16_t POLLINGINTERVAL = 250;

static const char *const EHMTX_VERSION = "2026.4.0";
static const char *const EHMTX_VERSION = "2026.4.1";
static const char *const TAG = "EHMTXv2";

enum show_mode : uint8_t
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ external_components:
- source:
type: git
url: https://github.com/lubeda/EspHoMaTriXv2
ref: 2026.4.0
ref: 2026.4.1
refresh: 60s
components: [ ehmtxv2 ]
```
Expand Down
2 changes: 1 addition & 1 deletion install/ulanzi-easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ external_components:
- source:
type: git
url: https://github.com/lubeda/EspHoMaTriXv2
ref: "2026.4.0"
ref: "2026.4.1"
refresh: 60s
components: [ ehmtxv2 ]

Expand Down
Loading