Add strict typing to core.py (6) - Implicit reexport (#63345)

This commit is contained in:
Marc Mueller 2022-01-04 19:51:19 +01:00 committed by GitHub
parent 16f6bad897
commit 048d8f9263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 22 additions and 13 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.const import (
CONF_FOR,
CONF_TYPE,
)
from homeassistant.core import HomeAssistantError
from homeassistant.exceptions import HomeAssistantError
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.entity import get_device_class, get_unit_of_measurement
from homeassistant.helpers.entity_registry import async_entries_for_device