mirror of
https://github.com/esphome/esphome.git
synced 2025-09-29 16:42:19 +01:00
Check lambdas for return statement (#539)
This commit is contained in:
@@ -87,7 +87,7 @@ HOMEASSISTANT_SERVICE_ACTION_SCHEMA = cv.Schema({
|
||||
cv.string: cv.string,
|
||||
}),
|
||||
cv.Optional(CONF_VARIABLES): cv.Schema({
|
||||
cv.string: cv.lambda_,
|
||||
cv.string: cv.returning_lambda,
|
||||
}),
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user