array( 'method' => 'GET', 'header' => 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiI3Yjc3NmM1NDg3OTg0OTU5OTdiMjlkNjI3MjU2MzUzMiIsImlhdCI6MTU0MDI1NzA3MiwiZXhwIjoxODU1NjE3MDcyfQ.7-E6h8d-u23d-XZBqLohfSDZZJXqMYiZ85MlunNr6N8' ) ); $context = stream_context_create($options); $data = json_decode(file_get_contents("http://192.168.0.25:8123/api/states", false, $context), true); foreach($data as $item) { $output[$item["entity_id"]] = $item; } header('Content-Type: application/json'); echo json_encode($output['device_tracker.google_maps_106661122982066747046']); exit(); elseif (isset($_GET["calendar"])): $options = array( 'http' => array( 'header' => 'Host: internal.jnf.me' ) ); $context = stream_context_create($options); header('Content-Type: application/json'); echo file_get_contents("http://192.168.0.25/stuff/display/calendar.php?location", false, $context); else: ?>

Where tf is Jason?

Nobody Knows