Bugfix update: Changed device tracker to use google maps instead of owntracks over mqtt

- Remove device_tracker.jasonsphone_jason
- Add device_tracker.google_maps_106661122982066747046
This commit is contained in:
Jason Williams 2018-08-26 21:12:15 -06:00
parent 092500415e
commit 09779dd560
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
header('Content-Type: application/json');
echo json_encode($output['device_tracker.jasonsphone_jason']);
echo json_encode($output['device_tracker.google_maps_106661122982066747046']);
exit();
elseif (isset($_GET["calendar"])):