Skip to content

Commit

Permalink
bump versions and ensure ESPHome 2024.12.0 to pull in ESP-IDF 5.1 on …
Browse files Browse the repository at this point in the history
…ESP32 products
  • Loading branch information
heythisisnate committed Dec 19, 2024
1 parent 4fc8375 commit b2395a6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion alarm-panel-pro-esp32-ethernet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ substitutions:
name: konnected
friendly_name: Alarm Panel Pro
project_name: konnected.alarm-panel-pro-ethernet
project_version: "1.1.4"
project_version: "1.2.0"

# ETHERNET CONFIG
# On the Alarm Panel Pro v1.5, v1.6 and v1.7 use LAN8720. On the v1.8 set this variable to RTL8201.
Expand Down
2 changes: 1 addition & 1 deletion alarm-panel-pro-esp32-wifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ substitutions:
name: konnected
friendly_name: Alarm Panel Pro
project_name: konnected.alarm-panel-pro-wifi
project_version: "1.1.4"
project_version: "1.2.0"

sensor_debounce_time: 200ms
warning_beep_pulse_time: 100ms
Expand Down
5 changes: 1 addition & 4 deletions alarm-panel-pro-v1.8-ethernet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ substitutions:
name: konnected
friendly_name: Alarm Panel Pro
project_name: konnected.alarm-panel-pro-ethernet
project_version: "1.1.4"
project_version: "1.2.0"

# ETHERNET CONFIG
# On the Alarm Panel Pro v1.5, v1.6 and v1.7 use LAN8720. On the v1.8 set this variable to RTL8201.
Expand Down Expand Up @@ -136,9 +136,6 @@ dashboard_import:
import_full_config: false

# Update for Ethernet issue on v1.8 and v1.9 (batch 2406)
# requires ESPHome 2024.6.0 and newer
esphome:
min_version: '2024.6.0'
ethernet:
phy_registers:
- address: 0x10
Expand Down
2 changes: 1 addition & 1 deletion garage-door-GDOv2-Q.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ substitutions:
name: konnected
friendly_name: GDO blaQ
project_name: konnected.garage-door-gdov2-q
project_version: "1.3.3"
project_version: "1.4.0"
garage_door_cover_name: Garage Door
garage_light_name: Garage Light
garage_openings_name: Garage Openings
Expand Down
2 changes: 1 addition & 1 deletion garage-door-GDOv2-S.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ substitutions:
name: konnected
friendly_name: Garage Door Opener
project_name: konnected.garage-door-gdov2-s
project_version: "1.2.3"
project_version: "1.4.0"
garage_door_cover_name: Garage Door
switch_name: STR output

Expand Down
2 changes: 2 additions & 0 deletions packages/core-esp32-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ esphome:
name: $name
friendly_name: $friendly_name
name_add_mac_suffix: true
min_version: '2024.12.0' # Includes ESP-IDF 5.1
project:
name: $project_name
version: $project_version
platformio_options:
board_build.flash_mode: dio

on_boot:
priority: 800.0
then:
Expand Down
3 changes: 2 additions & 1 deletion packages/core-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ esphome:
name: $name
friendly_name: $friendly_name
name_add_mac_suffix: true
min_version: '2024.12.0' # Includes ESP-IDF 5.1
project:
name: $project_name
version: $project_version
version: $project_version
on_boot:
then:
- text_sensor.template.publish:
Expand Down

0 comments on commit b2395a6

Please sign in to comment.