Skip to content

Commit c97e531

Browse files
committed
bump ESPHome to 2024.12.1
1 parent 8db0e9e commit c97e531

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build_latest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
files: |
1818
config/satellite1.factory.yaml
19-
esphome-version: 2024.11.2
19+
esphome-version: 2024.12.1
2020
release-summary: develop-branch
2121
release-url:
2222
release-version:

.github/workflows/build_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
files: |
9191
config/satellite1.factory.yaml
92-
esphome-version: 2024.11.2
92+
esphome-version: 2024.12.1
9393
release-version: ${{ needs.prepare.outputs.next_tag }}
9494

9595
push-tag:

config/satellite1.base.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ esphome:
3939
name: ${node_name}
4040
name_add_mac_suffix: true
4141
friendly_name: ${friendly_name}
42-
min_version: 2024.11.2
42+
min_version: 2024.12.1
4343

4444
on_boot:
4545
- priority: 375

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
esphome==2024.11.2
1+
esphome==2024.12.1
22
setuptools

0 commit comments

Comments
 (0)