Apply suggestions

This commit is contained in:
Mat931
2026-04-27 18:18:33 +02:00
parent 0728b5284e
commit 6b5930e6cb
+2 -1
View File
@@ -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