Update ZHA dependencies (#24718)

* update deps and remove legacy constants bridge

* run deps script and fix test import
This commit is contained in:
David F. Mulcahey 2019-06-23 13:43:19 -04:00 committed by GitHub
parent b99275f6a5
commit d22bb8fc7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 12 deletions

View file

@ -1,7 +1,7 @@
"""Tests for ZHA config flow."""
from asynctest import patch
from homeassistant.components.zha import config_flow
from homeassistant.components.zha.const import DOMAIN
from homeassistant.components.zha.core.const import DOMAIN
from tests.common import MockConfigEntry