Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.freedompro.config_flow.Hub Class Reference

Public Member Functions

None __init__ (self, HomeAssistant hass, str api_key)
 
dict[str, Any] authenticate (self)
 

Private Attributes

 _api_key
 
 _hass
 

Detailed Description

Freedompro Hub class.

Definition at line 19 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.freedompro.config_flow.Hub.__init__ (   self,
HomeAssistant  hass,
str  api_key 
)
Freedompro Hub class.
Freedompro Hub class init.

Definition at line 22 of file config_flow.py.

Member Function Documentation

◆ authenticate()

dict[str, Any] homeassistant.components.freedompro.config_flow.Hub.authenticate (   self)
Freedompro Hub class authenticate.

Definition at line 27 of file config_flow.py.

Member Data Documentation

◆ _api_key

homeassistant.components.freedompro.config_flow.Hub._api_key
private

Definition at line 25 of file config_flow.py.

◆ _hass

homeassistant.components.freedompro.config_flow.Hub._hass
private

Definition at line 24 of file config_flow.py.


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