mirror of
https://github.com/esphome/esphome.git
synced 2025-11-17 23:35:47 +00:00
Rework OTA to be more stable (#177)
* Rework OTA to be more stable * Lint
This commit is contained in:
@@ -60,7 +60,7 @@ def validate_simple_esphomelib_version(value):
|
||||
CONF_REPOSITORY: LIBRARY_URI_REPO,
|
||||
CONF_TAG: 'v' + value,
|
||||
}
|
||||
return value
|
||||
raise vol.Invalid("Only simple esphomelib versions!")
|
||||
|
||||
|
||||
def validate_local_esphomelib_version(value):
|
||||
|
||||
Reference in New Issue
Block a user