Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.hvv_departures.hub.GTIHub Class Reference

Public Member Functions

def __init__ (self, host, username, password, session)
 
def authenticate (self)
 

Public Attributes

 gti
 
 host
 
 password
 
 username
 

Detailed Description

GTI Hub.

Definition at line 6 of file hub.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.hvv_departures.hub.GTIHub.__init__ (   self,
  host,
  username,
  password,
  session 
)
Initialize.

Definition at line 9 of file hub.py.

Member Function Documentation

◆ authenticate()

def homeassistant.components.hvv_departures.hub.GTIHub.authenticate (   self)
Test if we can authenticate with the host.

Definition at line 17 of file hub.py.

Member Data Documentation

◆ gti

homeassistant.components.hvv_departures.hub.GTIHub.gti

Definition at line 15 of file hub.py.

◆ host

homeassistant.components.hvv_departures.hub.GTIHub.host

Definition at line 11 of file hub.py.

◆ password

homeassistant.components.hvv_departures.hub.GTIHub.password

Definition at line 13 of file hub.py.

◆ username

homeassistant.components.hvv_departures.hub.GTIHub.username

Definition at line 12 of file hub.py.


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