From 5ae805c9c4d26044a1c3313bb3a63caa39b68b6c Mon Sep 17 00:00:00 2001 From: Filip Van Ham Date: Sat, 16 Apr 2022 16:51:04 +0200 Subject: [PATCH] Fix detection --- custom_components/nhc2/coco_discover_profiles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/nhc2/coco_discover_profiles.py b/custom_components/nhc2/coco_discover_profiles.py index e333a25..906766d 100644 --- a/custom_components/nhc2/coco_discover_profiles.py +++ b/custom_components/nhc2/coco_discover_profiles.py @@ -1,5 +1,6 @@ import asyncio import socket +import time from .coco_discover import CoCoDiscover from .coco_profiles import CoCoProfiles