Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.nmap_tracker.device_tracker Namespace Reference

Classes

class  NmapTrackerEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for scanning a network with nmap.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.nmap_tracker.device_tracker.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback   async_add_entities 
)
Set up device tracker for Nmap Tracker component.

Definition at line 20 of file device_tracker.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.nmap_tracker.device_tracker._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file device_tracker.py.