Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
dentra committed Jan 16, 2024
1 parent d715f49 commit 539c790
Show file tree
Hide file tree
Showing 9 changed files with 137 additions and 41 deletions.
132 changes: 108 additions & 24 deletions README.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/base.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
substitutions:
# project version
project_version: "master"
project_version: "2024.1.0"
# project branch
project_branch: $project_version
# project git source
Expand All @@ -16,7 +16,7 @@ substitutions:
# add suffix for node name to have one firmware for many devices.
node_add_mac_suffix: "true"
# vport and additional components configuration parameters
vport_version: "master"
vport_version: "2024.1.0"
vport_source: github://dentra/esphome-components@$vport_version
vport_source_refresh: 1d

Expand All @@ -27,7 +27,7 @@ esphome:
project:
name: "dentra.$project_id"
version: "$project_version"
min_version: "2023.12.5"
min_version: "2023.12.6"
platformio_options:
build_flags:
- -std=gnu++17
Expand Down
2 changes: 1 addition & 1 deletion scripts/j2_vars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$1" != "" ]; then
version_tion=$1
fi

version_vport=master
version_vport=2024.1.0

version_esphome=($(esphome version))
version_esphome=${version_esphome[1]}
Expand Down
6 changes: 4 additions & 2 deletions tion-3s-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ substitutions:
packages:
tion:
url: https://github.com/dentra/esphome-tion
ref: master # cant use substitutions here
ref: 2024.1.0 # cant use substitutions here
files:
## Enable additional WiFi signal sensor. Comment next line to disable.
- packages/wifi_signal.yaml
Expand Down Expand Up @@ -159,8 +159,10 @@ climate:
# Optional, Informs about get state problem from breezer.
state_warnout:
name: "State Warnout"
# Optional, Timout when state_warnout will be informed. Default: 3s.
# Optional, Timeout when state_warnout will be informed. Default: 3s.
state_timeout: 3s
# Optional, Timeout to combine update operations. Default: 200ms.
batch_timeout: 200ms

button:
- platform: template
Expand Down
6 changes: 4 additions & 2 deletions tion-3s-uart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ substitutions:
packages:
tion:
url: https://github.com/dentra/esphome-tion
ref: master # cant use substitutions here
ref: 2024.1.0 # cant use substitutions here
files:
## Enable additional WiFi signal sensor. Comment next line to disable.
- packages/wifi_signal.yaml
Expand Down Expand Up @@ -157,5 +157,7 @@ climate:
# Optional, Informs about get state problem from breezer.
state_warnout:
name: "State Warnout"
# Optional, Timout when state_warnout will be informed. Default: 3s.
# Optional, Timeout when state_warnout will be informed. Default: 3s.
state_timeout: 3s
# Optional, Timeout to combine update operations. Default: 200ms.
batch_timeout: 200ms
6 changes: 4 additions & 2 deletions tion-4s-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ substitutions:
packages:
tion:
url: https://github.com/dentra/esphome-tion
ref: master # cant use substitutions here
ref: 2024.1.0 # cant use substitutions here
files:
## Enable additional WiFi signal sensor. Comment next line to disable.
- packages/wifi_signal.yaml
Expand Down Expand Up @@ -166,5 +166,7 @@ climate:
# Optional, Informs about get state problem from breezer.
state_warnout:
name: "State Warnout"
# Optional, Timout when state_warnout will be informed. Default: 3s.
# Optional, Timeout when state_warnout will be informed. Default: 3s.
state_timeout: 3s
# Optional, Timeout to combine update operations. Default: 200ms.
batch_timeout: 200ms
8 changes: 5 additions & 3 deletions tion-4s-uart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ substitutions:
packages:
tion:
url: https://github.com/dentra/esphome-tion
ref: master # cant use substitutions here
ref: 2024.1.0 # cant use substitutions here
files:
## Enable additional WiFi signal sensor. Comment next line to disable.
- packages/wifi_signal.yaml
Expand All @@ -31,7 +31,7 @@ packages:
# - packages/tion_energy.yaml
## Common configuration settings. Do not comment or move or remove.
- packages/base.yaml
# change to esp32_s2.yaml to use with ESP32-S2 chip or change to esp32.yaml to use with ESP32 chip.
# change to esp32_s2.yaml/esp32_c3.yaml to use with ESP32-S2/ESP32-C3 chip or change to esp32.yaml to use with ESP32 chip.
- packages/esp32_s3.yaml
## Uncomment next line to enable additional internal timers support.
# - packages/tion_4s_timers.yaml
Expand Down Expand Up @@ -156,5 +156,7 @@ climate:
# Optional, Informs about get state problem from breezer.
state_warnout:
name: "State Warnout"
# Optional, Timout when state_warnout will be informed. Default: 3s.
# Optional, Timeout when state_warnout will be informed. Default: 3s.
state_timeout: 3s
# Optional, Timeout to combine update operations. Default: 200ms.
batch_timeout: 200ms
6 changes: 4 additions & 2 deletions tion-lt-ble.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ substitutions:
packages:
tion:
url: https://github.com/dentra/esphome-tion
ref: master # cant use substitutions here
ref: 2024.1.0 # cant use substitutions here
files:
## Enable additional WiFi signal sensor. Comment next line to disable.
- packages/wifi_signal.yaml
Expand Down Expand Up @@ -164,5 +164,7 @@ climate:
# Optional, Informs about get state problem from breezer.
state_warnout:
name: "State Warnout"
# Optional, Timout when state_warnout will be informed. Default: 3s.
# Optional, Timeout when state_warnout will be informed. Default: 3s.
state_timeout: 3s
# Optional, Timeout to combine update operations. Default: 200ms.
batch_timeout: 200ms
6 changes: 4 additions & 2 deletions tion.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ packages:
- packages/esp8266.yaml
{%- endif %}
{%- if type == "4s" and port == "uart" %}
# change to esp32_s2.yaml to use with ESP32-S2 chip or change to esp32.yaml to use with ESP32 chip.
# change to esp32_s2.yaml/esp32_c3.yaml to use with ESP32-S2/ESP32-C3 chip or change to esp32.yaml to use with ESP32 chip.
- packages/esp32_s3.yaml
{%- endif %}
{%- if port == "ble" %}
Expand Down Expand Up @@ -257,8 +257,10 @@ climate:
# Optional, Informs about get state problem from breezer.
state_warnout:
name: "State Warnout"
# Optional, Timout when state_warnout will be informed. Default: 3s.
# Optional, Timeout when state_warnout will be informed. Default: 3s.
state_timeout: 3s
# Optional, Timeout to combine update operations. Default: 200ms.
batch_timeout: 200ms

{%- if type == "3s" and port == "ble" %}

Expand Down

0 comments on commit 539c790

Please sign in to comment.