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:
parent
092500415e
commit
09779dd560
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
echo json_encode($output['device_tracker.jasonsphone_jason']);
|
echo json_encode($output['device_tracker.google_maps_106661122982066747046']);
|
||||||
exit();
|
exit();
|
||||||
|
|
||||||
elseif (isset($_GET["calendar"])):
|
elseif (isset($_GET["calendar"])):
|
||||||
|
Loading…
Reference in New Issue
Block a user