diff --git a/esphome/core/__init__.py b/esphome/core/__init__.py index c37b3be585..d97944fd2c 100644 --- a/esphome/core/__init__.py +++ b/esphome/core/__init__.py @@ -780,7 +780,8 @@ class EsphomeCore: return self.relative_pioenvs_path(self.name, "firmware.bin") @property - def partition_table_bin(self): + def partition_table_bin(self) -> Path: + # native ESP-IDF: self.relative_build_path("build", "partition_table", "partition-table.bin") return self.relative_pioenvs_path(self.name, "partitions.bin") @property