mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-27 19:56:13 +00:00
Modify version number
This commit is contained in:
@@ -5,7 +5,7 @@ substitutions:
|
||||
room: ""
|
||||
device_description: "athom bl0906 energy meter (6 channels)"
|
||||
project_name: "Athom Technology.Athom Energy Meter(6 Channels)"
|
||||
project_version: "3.0.3"
|
||||
project_version: "3.0.4"
|
||||
update_interval: 5s
|
||||
# Define a domain for this device to use. i.e. iot.home.lan (so device will appear as athom-smart-plug-v2.iot.home.lan in DNS/DHCP logs)
|
||||
dns_domain: ".local"
|
||||
@@ -114,6 +114,7 @@ ota:
|
||||
# verify_ssl: false skips TLS cert validation to reduce heap/RAM pressure during
|
||||
# the download; the manifest's MD5 still verifies firmware integrity before flashing.
|
||||
http_request:
|
||||
id: http_request_component
|
||||
verify_ssl: false
|
||||
|
||||
update:
|
||||
@@ -121,6 +122,7 @@ update:
|
||||
# and exposes a "Firmware Update" entity, pointing at this device's GitHub Pages
|
||||
# manifest. Pages URLs avoid the redirect/buffer issues of Release download URLs.
|
||||
- platform: http_request
|
||||
id: update_http_request
|
||||
name: "Firmware Update"
|
||||
source: https://athom-tech.github.io/esp32-configs/firmware/athom-energy-monitor-x6.manifest.json
|
||||
# update_interval defaults to 6h (how often it checks, not installs)
|
||||
|
||||
Reference in New Issue
Block a user