Skip to content

Commit d74e1eb

Browse files
committed
update to ESPHome 2026.1.4
1 parent d2aa694 commit d74e1eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-firmware.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
python-version: "3.13"
2121

2222
- name: Install ESPHome
23-
run: pip install --user esphome==2025.9.3
23+
run: pip install --user esphome==2026.1.4
2424

2525
- name: Compile Release Firmware
2626
working-directory: firmware

firmware/transit-tracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ esp32:
1717

1818
external_components:
1919
- source: github://avwuff/ESPHome-HUB75-MatrixDisplayWrapper@4fc1f26500b97a39693cd8af4ba2abb75f83ce0b
20-
- source: github://tjhorner/esphome-custom-components@1909519fa93747c232b5dbc41f5ada3c41cc2257
20+
- source: github://tjhorner/esphome-custom-components@4cb0e183748b4b616fa1a09f9457591d44c91902
2121
components: [ serial_rpc ]
2222
- source: github://tjhorner/esphome-transit-tracker@main
2323
refresh: 0s

0 commit comments

Comments
 (0)