Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.script._StopScript Class Reference
Inheritance diagram for homeassistant.helpers.script._StopScript:
[legend]
Collaboration diagram for homeassistant.helpers.script._StopScript:
[legend]

Public Member Functions

None __init__ (self, str message, Any response)
 

Public Attributes

 response
 

Detailed Description

Throw if script needs to stop.

Definition at line 396 of file script.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.script._StopScript.__init__ (   self,
str  message,
Any  response 
)
Initialize a halt exception.

Definition at line 399 of file script.py.

Member Data Documentation

◆ response

homeassistant.helpers.script._StopScript.response

Definition at line 402 of file script.py.


The documentation for this class was generated from the following file: