mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
parent
c1045d6c82
commit
1d9821efa2
@ -662,7 +662,7 @@ class _ScriptRun:
|
|||||||
self._hass, self._action, self._variables
|
self._hass, self._action, self._variables
|
||||||
)
|
)
|
||||||
|
|
||||||
# Validate response data paraters. This check ignores services that do
|
# Validate response data parameters. This check ignores services that do
|
||||||
# not exist which will raise an appropriate error in the service call below.
|
# not exist which will raise an appropriate error in the service call below.
|
||||||
response_variable = self._action.get(CONF_RESPONSE_VARIABLE)
|
response_variable = self._action.get(CONF_RESPONSE_VARIABLE)
|
||||||
return_response = response_variable is not None
|
return_response = response_variable is not None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user