Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.device_tracker.legacy.DeviceScanner Class Reference

Public Member Functions

str|None async_get_device_name (self, str device)
 
dict async_get_extra_attributes (self, str device)
 
list[str] async_scan_devices (self)
 
str|None get_device_name (self, str device)
 
dict get_extra_attributes (self, str device)
 
list[str] scan_devices (self)
 

Static Public Attributes

 None
 

Detailed Description

Device scanner object.

Definition at line 970 of file legacy.py.

Member Function Documentation

◆ async_get_device_name()

str | None homeassistant.components.device_tracker.legacy.DeviceScanner.async_get_device_name (   self,
str  device 
)
Get the name of a device.

Definition at line 990 of file legacy.py.

◆ async_get_extra_attributes()

dict homeassistant.components.device_tracker.legacy.DeviceScanner.async_get_extra_attributes (   self,
str  device 
)
Get the extra attributes of a device.

Definition at line 1001 of file legacy.py.

◆ async_scan_devices()

list[str] homeassistant.components.device_tracker.legacy.DeviceScanner.async_scan_devices (   self)
Scan for devices.

Definition at line 979 of file legacy.py.

◆ get_device_name()

str | None homeassistant.components.device_tracker.legacy.DeviceScanner.get_device_name (   self,
str  device 
)
Get the name of a device.

Definition at line 986 of file legacy.py.

◆ get_extra_attributes()

dict homeassistant.components.device_tracker.legacy.DeviceScanner.get_extra_attributes (   self,
str  device 
)
Get the extra attributes of a device.

Definition at line 997 of file legacy.py.

◆ scan_devices()

list[str] homeassistant.components.device_tracker.legacy.DeviceScanner.scan_devices (   self)
Scan for devices.

Definition at line 975 of file legacy.py.

Member Data Documentation

◆ None

homeassistant.components.device_tracker.legacy.DeviceScanner.None
static

Definition at line 973 of file legacy.py.


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