Lint
This commit is contained in:
@@ -215,3 +215,4 @@ script:
|
||||
(!addon_climate_cool && !addon_climate_heat && !addon_climate_dual)) {
|
||||
ESP_LOGE(TAG, "Invalid settings for add-on Climate");
|
||||
}
|
||||
...
|
||||
|
||||
@@ -1315,3 +1315,4 @@ sensor:
|
||||
then:
|
||||
lambda: |-
|
||||
id(tft_is_valid) = (display_mode->state > 0 and display_mode->state < 4);
|
||||
...
|
||||
|
||||
@@ -97,3 +97,4 @@ web_server:
|
||||
auth:
|
||||
username: admin
|
||||
password: ${web_password}
|
||||
...
|
||||
|
||||
@@ -3189,3 +3189,4 @@ script:
|
||||
}
|
||||
refresh_wifi_icon->execute();
|
||||
ESP_LOGV(TAG, "Finished");
|
||||
...
|
||||
|
||||
@@ -114,3 +114,4 @@ web_server:
|
||||
wifi:
|
||||
ap: {}
|
||||
power_save_mode: LIGHT # To make it compatible with BLE
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user