@@ -19,4 +19,5 @@ There is compatibility between components with v4.0, v4.0.1 and v4.0.2, then you
|
|||||||
| Fix incorrect addressing on short press of button02 at buttonpage03 | Critical | `buttonpage03` | TFT (US model only) |
|
| Fix incorrect addressing on short press of button02 at buttonpage03 | Critical | `buttonpage03` | TFT (US model only) |
|
||||||
| Fix incorrect service call for Media Player on short press at button pages | Medium | `buttonpageXX` | Blueprint |
|
| Fix incorrect service call for Media Player on short press at button pages | Medium | `buttonpageXX` | Blueprint |
|
||||||
| Update to customization instructions | Low | N/A | GitHub page (docs) |
|
| Update to customization instructions | Low | N/A | GitHub page (docs) |
|
||||||
| Use UTC for date selection on weather pages | Low | `weatherXX` | Blueprint |
|
| Use UTC for date selection on weather pages | Low | `weatherXX` | Blueprint |
|
||||||
|
| Removed unnecessary refresh of relay's chips | Low | `home` | ESPHome |
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
substitutions:
|
substitutions:
|
||||||
|
|
||||||
##### DON'T CHANGE THIS #####
|
##### DON'T CHANGE THIS #####
|
||||||
version: "4.0.1"
|
version: "4.0.2dev"
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
##### WIFI SETUP #####
|
##### WIFI SETUP #####
|
||||||
@@ -911,7 +911,6 @@ binary_sensor:
|
|||||||
- wifi.connected:
|
- wifi.connected:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_1
|
- switch.toggle: relay_1
|
||||||
- script.execute: refresh_relays
|
|
||||||
- script.execute:
|
- script.execute:
|
||||||
id: ha_button
|
id: ha_button
|
||||||
page: !lambda return id(current_page).state;
|
page: !lambda return id(current_page).state;
|
||||||
@@ -950,7 +949,6 @@ binary_sensor:
|
|||||||
- wifi.connected:
|
- wifi.connected:
|
||||||
then:
|
then:
|
||||||
- switch.toggle: relay_2
|
- switch.toggle: relay_2
|
||||||
- script.execute: refresh_relays
|
|
||||||
- script.execute:
|
- script.execute:
|
||||||
id: ha_button
|
id: ha_button
|
||||||
page: !lambda return id(current_page).state;
|
page: !lambda return id(current_page).state;
|
||||||
|
|||||||
Reference in New Issue
Block a user