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

Public Member Functions

None __init__ (self, ConnectBox connect_box)
 
str|None async_get_device_name (self, str device)
 
list[str] async_scan_devices (self)
 

Detailed Description

Class which queries a router running UPC ConnectBox firmware.

Definition at line 60 of file device_tracker.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.upc_connect.device_tracker.UPCDeviceScanner.__init__ (   self,
ConnectBox  connect_box 
)
Initialize the scanner.

Definition at line 63 of file device_tracker.py.

Member Function Documentation

◆ async_get_device_name()

str | None homeassistant.components.upc_connect.device_tracker.UPCDeviceScanner.async_get_device_name (   self,
str  device 
)
Get the device name (the name of the wireless device not used).

Definition at line 76 of file device_tracker.py.

◆ async_scan_devices()

list[str] homeassistant.components.upc_connect.device_tracker.UPCDeviceScanner.async_scan_devices (   self)
Scan for new devices and return a list with found device IDs.

Definition at line 67 of file device_tracker.py.


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