Add CONF_MODEL to core constants (#68806)

* Add CONF_MODEL to core constants

* Use CONF_MODEL in SamsungTV

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet
2022-03-29 10:01:10 +02:00
committed by GitHub
parent 50b2ee8c23
commit 2bb42f48aa
9 changed files with 16 additions and 13 deletions

View File

@@ -37,7 +37,6 @@ from homeassistant.components.media_player.const import (
SUPPORT_TURN_ON,
)
from homeassistant.components.samsungtv.const import (
CONF_MODEL,
CONF_ON_ACTION,
CONF_SSDP_RENDERING_CONTROL_LOCATION,
DOMAIN as SAMSUNGTV_DOMAIN,
@@ -56,6 +55,7 @@ from homeassistant.const import (
CONF_IP_ADDRESS,
CONF_MAC,
CONF_METHOD,
CONF_MODEL,
CONF_NAME,
CONF_PORT,
CONF_TIMEOUT,