Merge branch 'dev' of https://github.com/esphome/esphome into memory_api

This commit is contained in:
J. Nick Koston
2025-10-18 22:23:32 -10:00
135 changed files with 1150 additions and 371 deletions
@@ -34,10 +34,9 @@ binary_sensor:
ESP_LOGD("test", "Button ON at %u", now);
}
return true;
} else {
// Only log state change
if (id(ir_remote_button).state) {
ESP_LOGD("test", "Button OFF at %u", now);
}
return false;
}
// Only log state change
if (id(ir_remote_button).state) {
ESP_LOGD("test", "Button OFF at %u", now);
}
return false;