This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------------------------------------------------------------ | |
# .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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |