mirror of
https://github.com/Andre0512/hon.git
synced 2025-06-06 17:41:21 -04:00
Fix checks
This commit is contained in:
parent
a746584833
commit
54dd406ec2
7 changed files with 16 additions and 16 deletions
|
@ -47,7 +47,7 @@ class HonEntity(CoordinatorEntity[DataUpdateCoordinator[dict[str, Any]]]):
|
|||
model=self._device.model_name,
|
||||
sw_version=self._device.get("fwVersion", ""),
|
||||
hw_version=f"{self._device.appliance_type}{self._device.model_id}",
|
||||
serial_number=self._device.get("serialNumber", "")
|
||||
serial_number=self._device.get("serialNumber", ""),
|
||||
)
|
||||
|
||||
@callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue