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