Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homematicip_cloud.hap.HomematicipAuth Class Reference

Public Member Functions

None __init__ (self, HomeAssistant hass, dict[str, str] config)
 
bool async_checkbutton (self)
 
def async_register (self)
 
bool async_setup (self)
 
def get_auth (self, HomeAssistant hass, hapid, pin)
 

Public Attributes

 auth
 
 config
 
 hass
 

Detailed Description

Manages HomematicIP client registration.

Definition at line 26 of file hap.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.homematicip_cloud.hap.HomematicipAuth.__init__ (   self,
HomeAssistant  hass,
dict[str, str]  config 
)
Initialize HomematicIP Cloud client registration.

Definition at line 31 of file hap.py.

Member Function Documentation

◆ async_checkbutton()

bool homeassistant.components.homematicip_cloud.hap.HomematicipAuth.async_checkbutton (   self)
Check blue butten has been pressed.

Definition at line 46 of file hap.py.

◆ async_register()

def homeassistant.components.homematicip_cloud.hap.HomematicipAuth.async_register (   self)
Register client at HomematicIP.

Definition at line 53 of file hap.py.

◆ async_setup()

bool homeassistant.components.homematicip_cloud.hap.HomematicipAuth.async_setup (   self)
Connect to HomematicIP for registration.

Definition at line 36 of file hap.py.

◆ get_auth()

def homeassistant.components.homematicip_cloud.hap.HomematicipAuth.get_auth (   self,
HomeAssistant  hass,
  hapid,
  pin 
)
Create a HomematicIP access point object.

Definition at line 62 of file hap.py.

Member Data Documentation

◆ auth

homeassistant.components.homematicip_cloud.hap.HomematicipAuth.auth

Definition at line 39 of file hap.py.

◆ config

homeassistant.components.homematicip_cloud.hap.HomematicipAuth.config

Definition at line 34 of file hap.py.

◆ hass

homeassistant.components.homematicip_cloud.hap.HomematicipAuth.hass

Definition at line 33 of file hap.py.


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