Update to esphome 2025.12, use its cc1101

This commit is contained in:
2026-01-05 20:53:51 +00:00
parent b4659499e9
commit d4855e2f1c
25 changed files with 23 additions and 4869 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ void SomfyRTSCover::setup() {
/*qos=*/1 /* (at least once) */);
} else {
this->rolling_code_ = 0;
this->mark_failed("Missing rolling_code");
this->mark_failed(LOG_STR("Missing rolling_code"));
ESP_LOGE(TAG, "No rolling code in flash, and MQTT client unavailable");
}
}