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 Update translations 2019-05-08 20:20:58 -07:00
__init__.py Fix OwnTracks race condition (#24303) 2019-06-04 14:06:49 -07:00
config_flow.py Use Cloudhooks for OwnTracks (#23847) 2019-05-14 11:59:11 +02:00
device_tracker.py Fix owntracks source_type for location messages with default trigger (#24503) 2019-06-12 11:40:01 -07:00
manifest.json Automatically generate config flow list (#23802) 2019-05-13 01:16:55 -07:00
messages.py Config entry device tracker (#24040) 2019-05-25 13:34:53 -07:00
strings.json