Class which queries a Quantum Gateway.
Definition at line 43 of file device_tracker.py.
◆ __init__()
| def homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ 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.
◆ host
| homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.host |
◆ password
| homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.password |
◆ quantum
| homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.quantum |
◆ success_init
| homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.success_init |
◆ use_https
| homeassistant.components.quantum_gateway.device_tracker.QuantumGatewayDeviceScanner.use_https |
The documentation for this class was generated from the following file: