Remove deprecated yaml config from androidtv (#68339)
This commit is contained in:
parent
b2d7fe15bb
commit
a11a5366be
5 changed files with 6 additions and 212 deletions
|
@ -10,7 +10,6 @@ CONF_ADBKEY = "adbkey"
|
|||
CONF_APPS = "apps"
|
||||
CONF_EXCLUDE_UNNAMED_APPS = "exclude_unnamed_apps"
|
||||
CONF_GET_SOURCES = "get_sources"
|
||||
CONF_MIGRATION_OPTIONS = "migration_options"
|
||||
CONF_SCREENCAP = "screencap"
|
||||
CONF_STATE_DETECTION_RULES = "state_detection_rules"
|
||||
CONF_TURN_OFF_COMMAND = "turn_off_command"
|
||||
|
@ -28,7 +27,6 @@ DEVICE_FIRETV = "firetv"
|
|||
DEVICE_CLASSES = [DEFAULT_DEVICE_CLASS, DEVICE_ANDROIDTV, DEVICE_FIRETV]
|
||||
|
||||
PROP_ETHMAC = "ethmac"
|
||||
PROP_SERIALNO = "serialno"
|
||||
PROP_WIFIMAC = "wifimac"
|
||||
|
||||
SIGNAL_CONFIG_ENTITY = "androidtv_config"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue