mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
remove duplicated definition
This commit is contained in:
@@ -10,6 +10,7 @@ from esphome.const import (
|
||||
CONF_TYPE,
|
||||
CONF_FRAMEWORK,
|
||||
CONF_VARIANT,
|
||||
CONF_PLATFORM_VERSION,
|
||||
)
|
||||
from esphome.core import CORE, coroutine_with_priority
|
||||
from esphome.helpers import (
|
||||
@@ -68,8 +69,6 @@ def _parse_platform_version(value):
|
||||
return value
|
||||
|
||||
|
||||
CONF_PLATFORM_VERSION = "platform_version"
|
||||
|
||||
PLATFORM_FRAMEWORK_SCHEMA = cv.All(
|
||||
cv.Schema(
|
||||
{
|
||||
|
Reference in New Issue
Block a user