git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| blueprint: | |
| domain: automation | |
| name: Philips Hue Dimmer (RWL021) | |
| description: | | |
| Philips Hue Dimmer (RWL021) using Zigbee Home Automation | |
| Credits: @Dustins: https://community.home-assistant.io/t/zha-philips-hue-v2-smart-dimmer-switch-and-remote-rwl022/353143 | |
| input: | |
| zha_device: | |
| name: Select a Philips Hue Dimmer | |
| description: List of available Philips Hue Dimmers | 
| blueprint: | |
| domain: automation | |
| name: Philips Hue Dimmer (RWL022) | |
| description: | | |
| Philips Hue Dimmer (RWL022) using Zigbee Home Automation | |
| Credits: @Dustins: https://community.home-assistant.io/t/zha-philips-hue-v2-smart-dimmer-switch-and-remote-rwl022/353143 | |
| input: | |
| zha_device: | |
| name: Select a Philips Hue Dimmer | |
| description: List of available Philips Hue Dimmers | 
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
A few Liquid templates to use for rendering RSS feeds for your Jekyll blog. Featuring four kinds of feeds:
link variable in the YAML Front Matter.  Not a common Jekyll convention, but a good way to generating a linked list.feed.links.xml.| function Invoke-DCSync | |
| { | |
| <# | |
| .SYNOPSIS | |
| Uses dcsync from mimikatz to collect NTLM hashes from the domain. | |
| Author: @monoxgas | |
| Improved by: @harmj0y |