Procházet zdrojové kódy

Import ConfigEntryNotReady from homeassistant.exceptions

Issue #1683
Jason Rumney před 2 roky
rodič
revize
87a8c42487
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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