Skip to content

Commit

Permalink
Import ConfigEntryNotReady from homeassistant.exceptions
Browse files Browse the repository at this point in the history
Issue #1683
  • Loading branch information
make-all committed Feb 27, 2024
1 parent 4adb7d4 commit 87a8c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/tuya_local/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
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

Expand Down

0 comments on commit 87a8c42

Please sign in to comment.