Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions homeassistant/components/zha/core/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ async def async_device_initialized(self, device, is_new_join):
device_entity = _create_device_entity(zha_device)
await self._component.async_add_entities([device_entity])

if is_new_join:
zha_device.update_available(True)

async def _async_process_endpoint(
self, endpoint_id, endpoint, discovery_infos, device, zha_device,
is_new_join):
Expand Down