Use const imports [l-z] (#63469)

This commit is contained in:
Marc Mueller 2022-01-05 18:21:20 +01:00 committed by GitHub
parent 6d57dbde68
commit ae6d9c229e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 28 additions and 34 deletions

View file

@ -4,11 +4,11 @@ from __future__ import annotations
from typing import Final, cast
from homeassistant.components.binary_sensor import (
STATE_ON,
BinarySensorDeviceClass,
BinarySensorEntity,
)
from homeassistant.config_entries import ConfigEntry
from homeassistant.const import STATE_ON
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity import EntityCategory
from homeassistant.helpers.entity_platform import AddEntitiesCallback