Fix spelling mistake in script.py (#95210)

Update script.py
This commit is contained in:
Allen Porter 2023-06-25 18:00:50 -07:00 committed by GitHub
parent c1045d6c82
commit 1d9821efa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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