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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 40 additions and 51 deletions

View file

@ -6,7 +6,6 @@ DOMAIN = "twinkly"
CONF_ID = "id"
CONF_HOST = "host"
CONF_NAME = "name"
CONF_MODEL = "model"
# Strongly named HA attributes keys
ATTR_HOST = "host"