Files
PIholeDNS_HA_Connector/config.json.example

25 lines
534 B
JSON

{
"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"
}
}