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");
}
...