We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cd2c1b commit 434763cCopy full SHA for 434763c
homeassistant/components/teslemetry/update.py
@@ -237,7 +237,7 @@ def _async_update_progress(self) -> None:
237
if self._download_percentage > 1 and self._download_percentage < 100:
238
self._attr_in_progress = True
239
self._attr_update_percentage = self._download_percentage
240
- elif self._install_percentage > 1:
+ elif self._install_percentage > 10:
241
242
self._attr_update_percentage = self._install_percentage
243
else:
0 commit comments