Skip to content

Instantly share code, notes, and snippets.

@stikkx
stikkx / gist:39ed1e3aa24ef14149d2a77b8d716a2b
Last active June 18, 2025 07:54
Datenschutz Livetiming Extention
DATENSCHUTZERKLÄRUNG
LiveTiming Dark Theme & Lap Alerts sammelt KEINE persönlichen Daten.
ERHOBENE DATEN:
- Nur Erweiterungseinstellungen (Theme, Benachrichtigungen, Spaltenbreiten)
- Alle Daten werden lokal im Browser gespeichert
- Keine Übertragung an externe Server
DATENVERWENDUNG:
@stikkx
stikkx / blueprint_switch.yaml
Last active May 12, 2025 15:12
Homeassistent KNX Switch Blueprint
blueprint:
name: "Simple Device Control"
description: "Select a switch to control a socket or light source."
domain: automation
input:
switch_entity:
name: "Switch"
description: "The switch used to toggle the socket or light source."
selector:
entity:
# ------------------------------------------------------------------------------
# .gitignore for OctoberCMS (http://octobercms.com/)
# Based on https://gist.github.com/salcode/b515f520d3f8207ecd04 for WordPress
# ------------------------------------------------------------------------------
# Ignore everything in the root except the "plugins" and "themes" directories
/*
!themes/
!plugins/
@stikkx
stikkx / wige-timing_color-and-sound.js
Created May 26, 2022 10:57
Add fastes lap marking and beep on new fastes lap
// ==UserScript==
// @name Leaderboard Wige Solution Painting
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Style your Leaderboard on wige solutions by MSFS
// @author Stikkx
// @match https://livetiming.azurewebsites.net
// @icon https://www.google.com/s2/favicons?domain=tampermonkey.net
// @grant none
// ==/UserScript==