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

Classes

class  MerakiView
 

Functions

bool async_setup_scanner (HomeAssistant hass, ConfigType config, AsyncSeeCallback async_see, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list ACCEPTED_VERSIONS = ["2.0", "2.1"]
 
string CONF_SECRET = "secret"
 
string CONF_VALIDATOR = "validator"
 
 PLATFORM_SCHEMA
 
string URL = "/api/meraki"
 

Detailed Description

Support for the Meraki CMX location service.

Function Documentation

◆ async_setup_scanner()

bool homeassistant.components.meraki.device_tracker.async_setup_scanner ( HomeAssistant  hass,
ConfigType  config,
AsyncSeeCallback  async_see,
DiscoveryInfoType | None   discovery_info = None 
)
Set up an endpoint for the Meraki tracker.

Definition at line 35 of file device_tracker.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file device_tracker.py.

◆ ACCEPTED_VERSIONS

list homeassistant.components.meraki.device_tracker.ACCEPTED_VERSIONS = ["2.0", "2.1"]

Definition at line 24 of file device_tracker.py.

◆ CONF_SECRET

string homeassistant.components.meraki.device_tracker.CONF_SECRET = "secret"

Definition at line 22 of file device_tracker.py.

◆ CONF_VALIDATOR

string homeassistant.components.meraki.device_tracker.CONF_VALIDATOR = "validator"

Definition at line 21 of file device_tracker.py.

◆ PLATFORM_SCHEMA

homeassistant.components.meraki.device_tracker.PLATFORM_SCHEMA
Initial value:
1 = DEVICE_TRACKER_PLATFORM_SCHEMA.extend(
2  {vol.Required(CONF_VALIDATOR): cv.string, vol.Required(CONF_SECRET): cv.string}
3 )

Definition at line 30 of file device_tracker.py.

◆ URL

string homeassistant.components.meraki.device_tracker.URL = "/api/meraki"

Definition at line 23 of file device_tracker.py.