Import constants from root (#78271)

This commit is contained in:
epenet 2022-09-12 18:53:05 +02:00 committed by GitHub
parent 7aa7458a22
commit 7871a517a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 28 additions and 33 deletions

View file

@ -6,11 +6,11 @@ from typing import Any
import voluptuous as vol
from homeassistant.components.select import SelectEntity
from homeassistant.components.select.const import (
from homeassistant.components.select import (
ATTR_OPTION,
ATTR_OPTIONS,
DOMAIN as SELECT_DOMAIN,
SelectEntity,
)
from homeassistant.const import CONF_NAME, CONF_OPTIMISTIC, CONF_STATE, CONF_UNIQUE_ID
from homeassistant.core import HomeAssistant