J. Nick Koston 2 年之前
父節點
當前提交
44c04d264c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      switchbot/devices/bulb.py

+ 0 - 1
switchbot/devices/bulb.py

@@ -38,7 +38,6 @@ class SwitchbotBulb(SwitchbotDevice):
         """Switchbot bulb constructor."""
         super().__init__(*args, **kwargs)
         self._state: dict[str, Any] = {}
-        self._update_task: asyncio.Task = None
 
     async def update(self, interface: int | None = None) -> None:
         """Update state of device."""