diff --git a/homeassistant/components/homematic/entity.py b/homeassistant/components/homematic/entity.py index bd0f8cf66dd..a391fa80461 100644 --- a/homeassistant/components/homematic/entity.py +++ b/homeassistant/components/homematic/entity.py @@ -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):