소스 검색

Import ConfigEntryNotReady from homeassistant.exceptions

Issue #1683
Jason Rumney 2 년 전
부모
커밋
87a8c42487
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      custom_components/tuya_local/__init__.py

+ 1 - 0
custom_components/tuya_local/__init__.py

@@ -11,6 +11,7 @@ import logging
 from homeassistant.config_entries import ConfigEntry
 from homeassistant.const import CONF_HOST
 from homeassistant.core import HomeAssistant, callback
+from homeassistant.exceptions import ConfigEntryNotReady
 from homeassistant.helpers.entity_registry import async_migrate_entries
 from homeassistant.util import slugify