- Mobile App notifications (Android / iOS)
- PC notifications via HASS.Agent
- Optional tomorrow forecast
- Clean blueprint architecture
- No hacks, fully HA-compliant
| blueprint: | |
| name: "🌦️ Weather forecast notification PRO 2026" | |
| description: > | |
| 📢 Sends a daily weather forecast notification for today and optionally tomorrow. | |
| ✔ Mobile App notifications (Android / iOS) | |
| ✔ PC notifications via HASS.Agent (using dispatcher script) | |
| You control: | |
| • when the notification is sent | |
| • which weather details are included |
| blueprint: | |
| name: "🌦️ Weather forecast notification PRO 2026" | |
| description: > | |
| Sends a daily weather forecast notification for today and optionally tomorrow. | |
| Supports Mobile App notifications and PC notifications via HASS.Agent. | |
| domain: automation | |
| source_url: https://gist.github.com/Wuest3nFuchs/60b75567ba53613716738afcced887c4 | |
| input: |
| blueprint: | |
| name: "🌦️ Weather forecast notification PRO 2026" | |
| description: > | |
| 📢 Sends a daily weather forecast notification for today and optionally tomorrow. | |
| ✔ Mobile App notifications (Android / iOS) | |
| ✔ PC notifications via HASS.Agent (using dispatcher script) | |
| You control: | |
| • when the notification is sent | |
| • which weather details are included |
| blueprint: | |
| name: 🌦️ Weather forecast notification PRO 2026 | |
| description: > | |
| 📢 Sends a daily weather forecast notification for today and optionally tomorrow. | |
| ✔ Mobile App notifications (Android / iOS) | |
| ✔ PC notifications via HASS.Agent (using dispatcher script) | |
| You control: | |
| • when the notification is sent |
| blueprint: | |
| name: 🌦️ Weather Notification PRO 2025 | |
| description: > | |
| Wetterbenachrichtigung mit PC-Support über HASS.Agent | |
| domain: automation | |
| input: | |
| weather_entity: | |
| name: Wetter-Entität |
Quick and dirty setup instructions to get Pi-hole running with DoH via Cloudflare on a headless Raspberry Pi.
I was originally using Pi-hole with Quad9 as my upstream DNS provider, but noticed that my ISP (Spectrum) was still intercepting and answering some DNS queries so I've switched to Cloudflare and their Argo Tunnel client for DNS over HTTPS.
Yes, I know there are other options out there like unbound, stubby, DNS over TLS, and DNSCrypt, but as of this writing the whole encrypted DNS thing still feels really runny so I went with cloudflared because it's a single package that's easy to configure, update, and remove. This combination gets me to a place where my network is using encrypted DNS + DNSSEC and should automagically support ESNI once Safari implements it, and I could easily back out of DNS over HTTPS if DoT or DNSCrypt becomes more fully-baked before DoH does. I'll also happily switch back to Quad9 if they provide a DoH pr
| install_wim_tweak.exe /o /c "Microsoft-Windows-Internet" /r | |
| install_wim_tweak.exe /o /c "Adobe-Flash" /r | |
| install_wim_tweak.exe /o /c "Microsoft-Windows-Cortana" /r | |
| install_wim_tweak.exe /o /c "Microsoft-Windows-Search2" /r | |
| install_wim_tweak.exe /o /c "Microsoft-Windows-SearchEngine" /r | |
| install_wim_tweak.exe /o /c "Microsoft-Windows-RetailDemo" /r | |
| install_wim_tweak.exe /o /c "Microsoft-Windows-ContactSupport" /r | |
| install_wim_tweak.exe /o /c "Microsoft-PPIProjection" /r | |
| install_wim_tweak.exe /o /c "Microsoft-Windows-Backup" /r | |
| install_wim_tweak.exe /o /c "Windows-Defender" /r |
| @echo off | |
| :start | |
| ::Server name | |
| set serverName=Jims DayZ server | |
| ::Server files location | |
| set serverLocation="C:\Program Files (x86)\Steam\steamapps\common\DayZServer" | |
| ::BEC location | |
| set BECLocation="C:\Program Files (x86)\Steam\steamapps\common\DayZServer\BEC" | |
| ::Server Port | |
| set serverPort=2302 |