mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Remove unused variable from homekit_controller (#82307)
This commit is contained in:
parent
547b36d09a
commit
7b4d4d11ac
@ -30,7 +30,6 @@ class HomeKitEntity(Entity):
|
||||
self._aid = devinfo["aid"]
|
||||
self._iid = devinfo["iid"]
|
||||
self._char_name: str | None = None
|
||||
self._features = 0
|
||||
self.setup()
|
||||
|
||||
super().__init__()
|
||||
|
Loading…
x
Reference in New Issue
Block a user