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

Public Member Functions

None async_setup_legacy (self, HomeAssistant hass, DeviceTracker tracker, dict[str, Any]|None discovery_info=None)
 
str|None type (self)
 

Public Attributes

 type
 

Static Public Attributes

 dict
 
 ModuleType
 
 str
 

Detailed Description

Class to hold platform information.

Definition at line 288 of file legacy.py.

Member Function Documentation

◆ async_setup_legacy()

None homeassistant.components.device_tracker.legacy.DeviceTrackerPlatform.async_setup_legacy (   self,
HomeAssistant  hass,
DeviceTracker  tracker,
dict[str, Any] | None   discovery_info = None 
)
Set up a legacy platform.

Definition at line 311 of file legacy.py.

◆ type()

str | None homeassistant.components.device_tracker.legacy.DeviceTrackerPlatform.type (   self)
Return platform type.

Definition at line 303 of file legacy.py.

Member Data Documentation

◆ dict

homeassistant.components.device_tracker.legacy.DeviceTrackerPlatform.dict
static

Definition at line 300 of file legacy.py.

◆ ModuleType

homeassistant.components.device_tracker.legacy.DeviceTrackerPlatform.ModuleType
static

Definition at line 299 of file legacy.py.

◆ str

homeassistant.components.device_tracker.legacy.DeviceTrackerPlatform.str
static
Class to hold platform information.

Definition at line 298 of file legacy.py.

◆ type

homeassistant.components.device_tracker.legacy.DeviceTrackerPlatform.type

Definition at line 318 of file legacy.py.


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