HA-Webhook Beispiel korrigiert
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
$hawebhook = "http://homeassistant:8123/webhook/plweb"; // Webhook-URL von Home Assistant
|
||||
$hawebhook = "http://homeassistant:8123/api/webhook/plweb"; // Webhook-URL von Home Assistant
|
||||
$dbconnstring = "host=localhost dbname=plweb user=plweb password=plweb";
|
||||
$test_url = "https://example.com/plweb/test.php?";
|
||||
|
||||
|
Reference in New Issue
Block a user