Functions | |
| def | _parse_see_args (dev_id, data) |
| bool | async_setup_scanner (HomeAssistant hass, ConfigType config, AsyncSeeCallback async_see, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| GPS_JSON_PAYLOAD_SCHEMA | |
| PLATFORM_SCHEMA | |
Support for GPS tracking MQTT enabled devices.
|
private |
Parse the payload location parameters, into the format see expects.
Definition at line 89 of file device_tracker.py.
| bool homeassistant.components.mqtt_json.device_tracker.async_setup_scanner | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AsyncSeeCallback | async_see, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the MQTT JSON tracker.
Definition at line 44 of file device_tracker.py.
|
private |
Definition at line 27 of file device_tracker.py.
| homeassistant.components.mqtt_json.device_tracker.GPS_JSON_PAYLOAD_SCHEMA |
Definition at line 29 of file device_tracker.py.
| homeassistant.components.mqtt_json.device_tracker.PLATFORM_SCHEMA |
Definition at line 39 of file device_tracker.py.