Device scanner object.
Definition at line 970 of file legacy.py.
◆ 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 | ) |
|
◆ 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 | ) |
|
◆ None
| homeassistant.components.device_tracker.legacy.DeviceScanner.None |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/device_tracker/legacy.py