From cf2e71a530fec102ba33577eea26340ec66bffa5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 2 May 2020 15:38:24 -0700 Subject: [PATCH] Fix import --- tests/components/unifi/test_config_flow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/components/unifi/test_config_flow.py b/tests/components/unifi/test_config_flow.py index 4f29bd0a3d1..920f22a8054 100644 --- a/tests/components/unifi/test_config_flow.py +++ b/tests/components/unifi/test_config_flow.py @@ -17,6 +17,7 @@ from homeassistant.components.unifi.const import ( CONF_TRACK_CLIENTS, CONF_TRACK_DEVICES, CONF_TRACK_WIRED_CLIENTS, + DOMAIN as UNIFI_DOMAIN, ) from homeassistant.const import ( CONF_HOST,