diff --git a/zha/zigbee/device.py b/zha/zigbee/device.py index 74751fe6..fd080842 100644 --- a/zha/zigbee/device.py +++ b/zha/zigbee/device.py @@ -242,7 +242,7 @@ def __init__( and time.time() - self.last_seen < self.consider_unavailable_time ) self._checkins_missed_count: int = 0 - self._on_network: bool = False + self._on_network: bool = True self._platform_entities: dict[str, PlatformEntity] = {} self.semaphore: asyncio.Semaphore = asyncio.Semaphore(3)