Fix typing in zha update entity (#135500)

pull/135295/head
Erik Montnemery 2025-01-13 11:27:20 +01:00 committed by GitHub
parent 86ea68eaec
commit 3a0072d42d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ class ZHAFirmwareUpdateEntity(
return self.entity_data.entity.installed_version
@property
def in_progress(self) -> bool | int | None:
def in_progress(self) -> bool | None:
"""Update installation progress.
Should return a boolean (True if in progress, False if not).