mirror of
https://github.com/home-assistant/core.git
synced 2026-05-04 03:51:12 +02:00
Remove unneeded async_add_job from homematic (#41855)
This commit is contained in:
@@ -48,7 +48,7 @@ class HMDevice(Entity):
|
||||
|
||||
async def async_added_to_hass(self):
|
||||
"""Load data init callbacks."""
|
||||
await self.hass.async_add_job(self._subscribe_homematic_events)
|
||||
self._subscribe_homematic_events()
|
||||
|
||||
@property
|
||||
def unique_id(self):
|
||||
|
||||
Reference in New Issue
Block a user