@@ -92,6 +92,7 @@ packages:
|
||||
- Buttons on both the Home and Buttons pages shows entity's icon when available
|
||||
- 4.1.2 patch:
|
||||
- Fix light icon color not being used for buttons
|
||||
- Add option to wake-up to Climate page
|
||||
|
||||
|
||||
## Details of noteworthy changes
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
substitutions:
|
||||
##### DON'T CHANGE THIS #####
|
||||
version: "4.1.1"
|
||||
version: "4.1.2dev"
|
||||
#############################
|
||||
|
||||
##### ESPHOME CONFIGURATION #####
|
||||
@@ -1134,6 +1134,7 @@ select:
|
||||
- entitypage04
|
||||
- qrcode
|
||||
- alarm
|
||||
- climate
|
||||
initial_option: home
|
||||
optimistic: true
|
||||
restore_value: true
|
||||
@@ -2420,7 +2421,8 @@ script:
|
||||
if (current_page->state == "screensaver") { // Is screensaver page visible?
|
||||
ESP_LOGV(TAG, "Update screensaver page");
|
||||
int wakeup_page_id = 0;
|
||||
if (wakeup_page_name->state == "buttonpage01") wakeup_page_id = 12;
|
||||
if (wakeup_page_name->state == "climate") wakeup_page_id = 6;
|
||||
else if (wakeup_page_name->state == "buttonpage01") wakeup_page_id = 12;
|
||||
else if (wakeup_page_name->state == "buttonpage02") wakeup_page_id = 13;
|
||||
else if (wakeup_page_name->state == "buttonpage03") wakeup_page_id = 14;
|
||||
else if (wakeup_page_name->state == "buttonpage04") wakeup_page_id = 15;
|
||||
|
||||
Reference in New Issue
Block a user