This file contains 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
- switch: | |
device_class: switch | |
entity_category: None | |
friendly_name: Left Power | |
icon: '' | |
id: '101' | |
is_passive_entity: false | |
platform: switch | |
restore_on_reconnect: false | |
- switch: |
This file contains 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: "Z-Wave JS Scene Controller Zooz Zen37 800LR" | |
description: Create automations for the Zooz Zen37 800LR 4 button scene controller using the Z-WAVE JS integration. | |
domain: automation | |
input: | |
zen37_devices: | |
name: Zooz ZEN37 800LR wall remote | |
description: "List of available Zen37 800LR wall remotes." | |
selector: | |
device: |
This file contains 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 linearKittens | |
// @namespace https://github.com/dwhalen/linearKittens | |
// @version 6.6.6 | |
// @description Launch linearKittens and start | |
// @include *bloodrizer.ru/games/kittens/* | |
// ==/UserScript== | |
var loadTest = function() { | |
if (typeof gamePage === 'undefined') { |
This file contains 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 linearKittens | |
// @namespace https://github.com/dwhalen/linearKittens | |
// @version 6.6.6 | |
// @description Launch linearKittens and start | |
// @include *bloodrizer.ru/games/kittens/* | |
// ==/UserScript== | |
var loadTest = function() { | |
if (typeof gamePage === 'undefined') { |
This file contains 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
0eNq1W9tu4zgM/Rc/xwPdL/2VQbHIxds1NnEM2ymmKPrvKyfTpJvI8SEzfWraxhRJ8fCQlPxerLaHqu3qZiie3ot6vW/64unne9HXL81yO/5teGur4qmoh2pXLIpmuRt/a7v9uur7unkpD009FB+Lom421a/iSX4sZp9eVcu00JeHFPBQ31bVptztN4dtVeovD2vg4aTv5rAe6td6eMvJMB/Pi6Jqhnqoq5MDjr+8/dUcdquqS2ZdK78o2n2fvp4+pkWTiNIuirf0Q5pRbFq9H/9xpXWydNT2Sri6GDks1/+Wf9fboerKuumrLn3IrKV/r+XSWqdvn7T+3ISzwOXmddmskwrrulsfxp16ziigz9+vfrVd2thy6JZN3+67oVxV2+GOBjZpsKm7an36p8lIN1TzYOuqbVq32zf1+r59lmwfwTw3Gxr8yPD8jTHzmge+dD0vPV78Ur+Up61KG9Xut9WtYPHj00nqh815Qgr2HgKekPJG+iEFW/fS7dPPGfnXvlicc1DTHsbceLucwtOJJAeNvMB5V23qw27O+aX69H1WnOGHiQJcbxmuPy8g6b53V+noTppV+VVcTuwFqsu+r3ar7UiOu+X6n7oZt+o24n/LFjcWpM91m2PZL4GQJ7Tk4JxqgRgP98Mhwv4juE/x4S3nY0xJOEfT4aZwMAe68AeoWQCO4WM7AtJZ0FZ59d0Z2vvDMIFt5aixeWWFygn1DCtmjZjMTyqwkSAAnEU+0cWpXDu9IVqgwKNDQ19A3aZ8WQ778mRFJqbiZZEZB2nFJM+Q1ZEP3zCPL23IVObn411bts4e0Nn9b9cmeTHvTo9vucy6MWtw4FH32J78aa7WkcfVWXcZAbtLwgAxkppjgZgzipv0AJgYzc95nlxfGgM7PcIhaixcY1hyIjWODXgHqO7JScoCURgeKC2utQY2NT7QpFg6b1rBrzkmrbuznOTCz83Dz7KxDQxfrEYLDDourIFBp+jCLbPOyNKGpTe1eh5klj9+AmYuNjyAKfrMxUY |
This file contains 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
#!/bin/bash | |
#sudo sbopkg -i pysetuptools | |
#sudo sbopkg -i python-oauthlib | |
#sudo sbopkg -i python-requests | |
#sudo sbopkg -i requests-oauthlib | |
command -v git >/dev/null 2>&1 || { echo >&2 "git not installed."; exit 1; }; | |
command -v python >/dev/null 2>&1 || { echo >&2 "python not installed."; exit 1; }; | |
command -v cheetah >/dev/null 2>&1 || { echo >&2 "python-cheetah not installed."; exit 1; }; |
This file contains 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
#!/bin/bash | |
#sudo sbopkg -i pysetuptools | |
#sudo sbopkg -i python-oauthlib | |
#sudo sbopkg -i python-requests | |
#sudo sbopkg -i requests-oauthlib | |
#sudo sbopkg -i python-cheetah | |
command -v git >/dev/null 2>&1 || { echo >&2 "git not installed."; exit 1; }; | |
command -v python >/dev/null 2>&1 || { echo >&2 "python not installed."; exit 1; }; |
This file contains 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
sudo addgroup nzb | |
sudo useradd --system --user-group --no-create-home --groups nzb nzbget | |
sudo useradd --system --user-group --no-create-home --groups nzb sickbeard | |
sudo useradd --system --user-group --no-create-home --groups nzb couchpotato |
This file contains 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
#!/bin/sh | |
# Slackware build script for nzbget | |
# Written by Farhad Shahbazi <[email protected]> | |
PRGNAM=nzbget | |
VERSION=${VERSION:-13.0-testing-r979} | |
BUILD=${BUILD:-1} | |
TAG=${TAG:-_SBo} |