Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nibe_heatpump.config_flow.FieldError Class Reference
Inheritance diagram for homeassistant.components.nibe_heatpump.config_flow.FieldError:
[legend]
Collaboration diagram for homeassistant.components.nibe_heatpump.config_flow.FieldError:
[legend]

Public Member Functions

None __init__ (self, str message, str field, str error)
 

Public Attributes

 error
 
 field
 

Detailed Description

Field with invalid data.

Definition at line 76 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.nibe_heatpump.config_flow.FieldError.__init__ (   self,
str  message,
str  field,
str  error 
)
Set up error.

Definition at line 79 of file config_flow.py.

Member Data Documentation

◆ error

homeassistant.components.nibe_heatpump.config_flow.FieldError.error

Definition at line 83 of file config_flow.py.

◆ field

homeassistant.components.nibe_heatpump.config_flow.FieldError.field

Definition at line 82 of file config_flow.py.


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