Skip to content

Instantly share code, notes, and snippets.

View Wuest3nFuchs's full-sized avatar

Wuest3nFuchs

  • Alps
View GitHub Profile
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
@Wuest3nFuchs
Wuest3nFuchs / weather_forecast_notifier_pro_2026.yaml
Last active December 25, 2025 20:21
weather_forecast_notifier_pro_2026
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
@Wuest3nFuchs
Wuest3nFuchs / README.md
Last active December 25, 2025 21:55
weather_forecast_notifier_pro_2026

Weather Forecast Notification PRO 2026

Features

  • Mobile App notifications (Android / iOS)
  • PC notifications via HASS.Agent
  • Optional tomorrow forecast
  • Clean blueprint architecture
  • No hacks, fully HA-compliant

Installation

@Wuest3nFuchs
Wuest3nFuchs / weather_notification_pro_2025.yaml
Last active December 25, 2025 20:03
weather_notification_pro_2025
blueprint:
name: 🌦️ Weather Notification PRO 2025
description: >
Wetterbenachrichtigung mit PC-Support über HASS.Agent
domain: automation
input:
weather_entity:
name: Wetter-Entität
@Wuest3nFuchs
Wuest3nFuchs / pihole-dietpi-cloudflared.md
Created February 24, 2024 20:50 — forked from magnolialogic/pihole-dietpi-cloudflared.md
DNS over HTTPS with DietPi, Pi-hole, and Cloudflare DNS

DietPi + Pi-hole + Cloudflare DNS + DNS over HTTPS

Summary

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

@Wuest3nFuchs
Wuest3nFuchs / remove.cmd
Created July 19, 2020 18:26 — forked from Espionage724/remove.cmd
install_wim_tweak Remove
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
@Wuest3nFuchs
Wuest3nFuchs / start_bec.bat
Created April 7, 2020 21:04 — forked from cp6/start_bec.bat
DayZ start up batch file
@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