8 lines
233 B
PHP
8 lines
233 B
PHP
<?php
|
|
|
|
$hawebhook = "http://homie:8123/api/webhook/plweb"; // Webhook-URL von Home Assistant
|
|
$dbconnstring = "host=localhost dbname=plweb user=plweb password=plweb";
|
|
$test_url = "https://sinclair.narnia.lan/plweb/test.php?id=";
|
|
|
|
?>
|