Skip to content

Commit

Permalink
change ota (due to esphome 24.6 update)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhendriks committed Jun 20, 2024
1 parent 76e4e50 commit 93e53c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 3 additions & 2 deletions eth-dongle-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
device_name: eth-dongle-pro
device_description: "P1 Dongle Pro with ethernet access"
friendly_name: ETH Dongle Pro
prj_version: "2024.03.1"
prj_version: "2024.6.1"

esphome:
name: ${device_name}
Expand Down Expand Up @@ -38,7 +38,8 @@ ethernet:
# subnet: 255.255.255.0

ota:

platform: esphome

web_server:

dashboard_import:
Expand Down
4 changes: 3 additions & 1 deletion p1-dongle-pro-h2o-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
device_name: p1-dongle-pro-h2o
device_description: "P1 Dongle Pro + H2O v2"
friendly_name: P1 Dongle Pro H2O
prj_version: "2024.03.01"
prj_version: "2024.6.1"

esphome:
name: ${device_name}
Expand Down Expand Up @@ -41,6 +41,8 @@ globals:
initial_value: '0' # beginstand van je watermeter -> aanpassen via Home Assistant services

ota:
platform: esphome

captive_portal:
web_server:
wifi:
Expand Down
5 changes: 3 additions & 2 deletions p1-dongle-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
device_name: p1-dongle-pro
device_description: "P1 Dongle Pro (ESP32) module to read your smart meter"
friendly_name: P1 Dongle Pro
prj_version: "v23.12.1"
prj_version: "v24.06.01"

esphome:
name: ${device_name}
Expand Down Expand Up @@ -37,7 +37,8 @@ api:
- button.press:
id: reboot
ota:

platform: esphome

wifi:
power_save_mode: none
# Enable fallback hotspot (captive portal) in case wifi connection fails
Expand Down
5 changes: 3 additions & 2 deletions ultra-p1-h2o.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ substitutions:
device_name: ultra-p1-h2o
device_description: "Ultra dongle with P1 and water sensor"
friendly_name: Ultra P1 H2O
prj_version: "2024.3.1"
prj_version: "2024.6.1"

esphome:
name: ${device_name}
Expand All @@ -27,7 +27,8 @@ ethernet:
interrupt_pin: 14

ota:

platform: esphome

web_server:

# improv_serial:
Expand Down

0 comments on commit 93e53c7

Please sign in to comment.