Skip to content

Commit

Permalink
Remove unknown account property solved #135
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 committed Aug 3, 2023
1 parent 0ff75f4 commit 3ad3e59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/toshiba_ac/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(self, toshiba_device: ToshibaAcDevice) -> None:
self._device = toshiba_device
self._attr_device_info = DeviceInfo(
identifiers={(DOMAIN, self._device.ac_unique_id)},
account=self._device.ac_id,
device_id=self._device.device_id,
manufacturer="Toshiba",
name=self._device.name,
Expand Down

0 comments on commit 3ad3e59

Please sign in to comment.