Scanner for devices connected to a Synology SRM router.
Definition at line 83 of file device_tracker.py.
◆ __init__()
| def homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner.__init__ |
( |
|
self, |
|
|
|
config |
|
) |
| |
◆ _update_info()
| def homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner._update_info |
( |
|
self | ) |
|
|
private |
◆ get_device_name()
| def homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner.get_device_name |
( |
|
self, |
|
|
|
device |
|
) |
| |
Return the name of the given device or None if we don't know.
Definition at line 124 of file device_tracker.py.
◆ get_extra_attributes()
| dict homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner.get_extra_attributes |
( |
|
self, |
|
|
|
device |
|
) |
| |
◆ scan_devices()
| def homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner.scan_devices |
( |
|
self | ) |
|
Scan for new devices and return a list with found device IDs.
Definition at line 103 of file device_tracker.py.
◆ client
| homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner.client |
◆ devices
| homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner.devices |
◆ success_init
| homeassistant.components.synology_srm.device_tracker.SynologySrmDeviceScanner.success_init |
The documentation for this class was generated from the following file: