{ "pihole": { "host": "192.168.1.100", "password": "YOUR_PIHOLE_PASSWORD" }, "homeAssistant": { "host": "192.168.1.200:8123", "apiToken": "YOUR_HOME_ASSISTANT_API_TOKEN", "automation": "automation.trigger_pihole_notification" }, "filter": { "strings": [ "example.com", "test.net", "linuxfoundation.org" ] }, "pollingIntervalSeconds": 10, "pointsThreshold": 2, "pointExpirationSeconds": 300, "notifications": { "discordWebhookUrl": "YOUR_DISCORD_WEBHOOK_URL" } }