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:
epenet
2022-03-29 11:11:58 +02:00
committed by GitHub
parent 8fc8778995
commit a29990a784
33 changed files with 40 additions and 51 deletions

View File

@ -19,6 +19,7 @@ from homeassistant.components.image_processing import (
)
from homeassistant.const import (
CONF_ENTITY_ID,
CONF_MODEL,
CONF_NAME,
CONF_SOURCE,
EVENT_HOMEASSISTANT_START,
@ -49,7 +50,6 @@ CONF_GRAPH = "graph"
CONF_LABELS = "labels"
CONF_LABEL_OFFSET = "label_offset"
CONF_LEFT = "left"
CONF_MODEL = "model"
CONF_MODEL_DIR = "model_dir"
CONF_RIGHT = "right"
CONF_TOP = "top"