Home Assistant Unofficial Reference 2024.12.1
homeassistant.util.yaml.input.UndefinedSubstitution Class Reference
Inheritance diagram for homeassistant.util.yaml.input.UndefinedSubstitution:
[legend]
Collaboration diagram for homeassistant.util.yaml.input.UndefinedSubstitution:
[legend]

Public Member Functions

None __init__ (self, str input_name)
 

Public Attributes

 input
 

Detailed Description

Error raised when we find a substitution that is not defined.

Definition at line 10 of file input.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.util.yaml.input.UndefinedSubstitution.__init__ (   self,
str  input_name 
)
Initialize the undefined substitution exception.

Definition at line 13 of file input.py.

Member Data Documentation

◆ input

homeassistant.util.yaml.input.UndefinedSubstitution.input

Definition at line 16 of file input.py.


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