Standardize homeassistant imports in component (a-b) (#136821)

This commit is contained in:
epenet
2025-01-29 11:37:48 +01:00
committed by GitHub
parent 4f6a5bb65b
commit 3472e0e370
66 changed files with 68 additions and 75 deletions

View File

@@ -12,8 +12,7 @@ from homeassistant.components.alarm_control_panel import (
)
from homeassistant.const import ATTR_CODE
from homeassistant.core import HomeAssistant
from homeassistant.helpers import entity_platform
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers import config_validation as cv, entity_platform
from homeassistant.helpers.dispatcher import async_dispatcher_connect
from homeassistant.helpers.entity_platform import AddEntitiesCallback