diff --git a/www/where/index.php b/www/where/index.php new file mode 100644 index 0000000..c12e0bb --- /dev/null +++ b/www/where/index.php @@ -0,0 +1,34 @@ + array( + 'method' => 'GET', + 'header' => 'x-ha-access: nXa7LiR1PG' + ) + ); + + $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; + } +?> + + + +
+ +Where tf is Jason?
+