core/homeassistant/components/owntracks
Phil Bruckner b817609adc Fix owntracks source_type for location messages with default trigger (#24503)
Some location update messages do not contain the 't' (trigger) key. Before the change in 0.94 to
entity based trackers, these would default to source_type of 'gps' (due to default parameter
value in async_see method.) To mirror this behavior in the new entity based tracker, the
source_type property should default to SOURCE_TYPE_GPS under the same conditions.
2019-06-12 11:40:01 -07:00
..
.translations
__init__.py
config_flow.py
device_tracker.py Fix owntracks source_type for location messages with default trigger (#24503) 2019-06-12 11:40:01 -07:00
manifest.json
messages.py
strings.json