J. Nick Koston 3 년 전
부모
커밋
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."""