Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner Class Reference
Inheritance diagram for homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner:
[legend]
Collaboration diagram for homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner:
[legend]

Public Member Functions

def __init__ (self, config)
 
def get_device_name (self, device)
 
def scan_devices (self)
 

Public Attributes

 host
 
 password
 
 quantum
 
 success_init
 
 use_https
 

Detailed Description

Class which queries a Quantum Gateway.

Definition at line 43 of file device_tracker.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.__init__ (   self,
  config 
)
Initialize the scanner.

Definition at line 46 of file device_tracker.py.

Member Function Documentation

◆ get_device_name()

def homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.get_device_name (   self,
  device 
)
Return the name of the given device or None if we don't know.

Definition at line 75 of file device_tracker.py.

◆ scan_devices()

def homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.scan_devices (   self)
Scan for new devices and return a list of found MACs.

Definition at line 66 of file device_tracker.py.

Member Data Documentation

◆ host

homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.host

Definition at line 49 of file device_tracker.py.

◆ password

homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.password

Definition at line 50 of file device_tracker.py.

◆ quantum

homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.quantum

Definition at line 55 of file device_tracker.py.

◆ success_init

homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.success_init

Definition at line 58 of file device_tracker.py.

◆ use_https

homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.use_https

Definition at line 51 of file device_tracker.py.


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