This commit is contained in:
TJ Horner
2024-06-20 08:22:33 -07:00
parent 02d1dc3ff2
commit 37c7a6e83a
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ esphome:
name: "${name}"
friendly_name: "${friendly_name}"
name_add_mac_suffix: true
min_version: "2023.12.0"
min_version: "2024.6.0"
on_boot:
then:
# Wakes up the desk and reports height
@@ -12,7 +12,7 @@ esphome:
data: [ 0x0 ]
project:
name: tj_horner.upsy_desky
version: "3.0.0"
version: "4.0.0"
uart:
id: handset_tx

View File

@@ -37,4 +37,4 @@ ota:
password: ""
dashboard_import:
package_import_url: github://tjhorner/upsy-desky/firmware/stock.yaml@v3.0.0
package_import_url: github://tjhorner/upsy-desky/firmware/stock.yaml@v4.0.0