Use new CONF_MODEL core constant (1/3) (#68829)
* Use CONF_MODEL in axis * Use CONF_MODEL in denonavr * Use CONF_MODEL in flux_led * Use CONF_MODEL in konnected * Use CONF_MODEL in steamist * Use CONF_MODEL in tellstick * Use CONF_MODEL in tensorflow * Use CONF_MODEL in twinkly * Use CONF_MODEL in yeelight Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
8fc8778995
commit
a29990a784
33 changed files with 40 additions and 51 deletions
|
@ -4,12 +4,11 @@ from __future__ import annotations
|
|||
from aiosteamist import SteamistStatus
|
||||
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.const import CONF_HOST, CONF_NAME
|
||||
from homeassistant.const import CONF_HOST, CONF_MODEL, CONF_NAME
|
||||
from homeassistant.helpers import device_registry as dr
|
||||
from homeassistant.helpers.entity import DeviceInfo, Entity, EntityDescription
|
||||
from homeassistant.helpers.update_coordinator import CoordinatorEntity
|
||||
|
||||
from .const import CONF_MODEL
|
||||
from .coordinator import SteamistDataUpdateCoordinator
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue