This commit is contained in:
Edward Firmo
2024-01-11 11:52:39 +01:00
parent ce9d45504c
commit 6bf36ded89
11 changed files with 26 additions and 0 deletions

View File

@@ -215,3 +215,4 @@ script:
(!addon_climate_cool && !addon_climate_heat && !addon_climate_dual)) {
ESP_LOGE(TAG, "Invalid settings for add-on Climate");
}
...

View File

@@ -1315,3 +1315,4 @@ sensor:
then:
lambda: |-
id(tft_is_valid) = (display_mode->state > 0 and display_mode->state < 4);
...

View File

@@ -97,3 +97,4 @@ web_server:
auth:
username: admin
password: ${web_password}
...

View File

@@ -3189,3 +3189,4 @@ script:
}
refresh_wifi_icon->execute();
ESP_LOGV(TAG, "Finished");
...

View File

@@ -114,3 +114,4 @@ web_server:
wifi:
ap: {}
power_save_mode: LIGHT # To make it compatible with BLE
...