I hereby claim:
- I am blizzrdof77 on github.
- I am blizzrdof77 (https://keybase.io/blizzrdof77) on keybase.
- I have a public key ASDvmPKv9H4qgAUEEFgHXoMfeJsXDgSaxfRp31cYzkc_0go
To claim this, I am signing this object:
| blueprint: | |
| name: ZHA - Moes Tuya Smart Knob (TS004F) controller for remote control devices | |
| description: Control remotes (e.g. volume up/down) with a Moes Tuya smart knob (the spinny ones). You can set functions for single press, rotating left, and rotating right. | |
| domain: automation | |
| source_url: https://gist.github.com/blizzrdof77/c30c388ca5f4ce7ed72752296767417d | |
| input: | |
| remote: | |
| name: Smart Knob Device | |
| description: Moes Tuya Smart Knob Device to use | |
| selector: |
| blueprint: | |
| name: ZHA - Moes Tuya Smart Knob (TS004F) controller for lights | |
| description: Control lights with a Moes Tuya smart knob (the spinny ones). You can set functions for single press, and rotating left/right will change the brightness smoothly of the selected light. | |
| domain: automation | |
| source_url: https://gist.github.com/blizzrdof77/0f686e66db30c871e362e24388c3f8fa | |
| input: | |
| remote: | |
| name: Remote | |
| description: Moes Tuya Smart Knob Device to use | |
| selector: |
| blueprint: | |
| name: ZHA - Lutron Aurora Dimmer Expanded v1.5 | |
| description: Control lights with a Lutron Aurora Dimmer Pressing in the dimmer button will toggle between turning lights on to full brightness, and turning the lights off. Rotating the dimmer will increase and decrease the light brightness. Adjust the sensitivity if updates from the dimmer are being sent too quickly. | |
| domain: automation | |
| input: | |
| remote: | |
| name: Lutron Aurora Dimmer Switch | |
| description: Lutron Aurora Z3-1BRL | |
| selector: | |
| device: |
| blueprint: | |
| name: ZHA - Lutron Aurora Smart Area with Night-Light Dimmer (v3.0) | |
| description: Control lights of a provided area with a Lutron Aurora Dimmer Pressing in the dimmer button will toggle between turning lights on to full brightness, and turning the lights off. Rotating the dimmer will increase and decrease the light brightness. Also supports late-night light groups. | |
| domain: automation | |
| source_url: https://gist.github.com/blizzrdof77/a0d048e58b8462748017e081bf3b9099 | |
| input: | |
| remote: | |
| name: Lutron Aurora Dimmer Switch | |
| description: Lutron Aurora Z3-1BRL | |
| selector: |
| # ----------------------------------------- | |
| # Create new environment variable & print assignment statement to your shell's '.rc' file | |
| # | |
| # @1 = variable new | |
| # @2 = variable definition | |
| # @requires: '~/.zshrc' or '~/.bashrc' | |
| # ----------------------------------------- | |
| function new_env_var { | |
| local detected_shell="$(ps -o comm= -p $$)" | |
| local rcfile=$(echo "${HOME}/.${detected_shell//-/}rc") |
| #!/bin/bash | |
| # open the current folder in Finder's tab | |
| if [ -z "$1" ]; then | |
| folder_name=$PWD | |
| else | |
| folder_name=$1 | |
| fi |
| #!/bin/bash | |
| # | |
| # This script configures WordPress file permissions based on recommendations | |
| # from http://codex.wordpress.org/Hardening_WordPress#File_permissions | |
| # | |
| # Author: Michael Conigliaro <mike [at] conigliaro [dot] org> | |
| # | |
I hereby claim:
To claim this, I am signing this object:
| SDG = SDG || {}; | |
| SDG.loadStyle = function(cssSource, append) { | |
| var append = typeof append === 'undefined' ? true : append, | |
| external = !(cssSource.indexOf('{') > 0 && cssSource.indexOf('}') > 1), | |
| newElem = external ? ((function() { | |
| i = document.createElement('link'); | |
| i.rel = 'stylesheet'; | |
| i.href = cssSource; | |
| i.type = 'text/css'; |