Skip to content

Instantly share code, notes, and snippets.

View Paul-dH's full-sized avatar

Paul den Hertog Paul-dH

View GitHub Profile
@Paul-dH
Paul-dH / ha-zha-hue-dimmer-rwl021.yaml
Last active October 15, 2023 07:51
Home Assistant Blueprint - Philips Hue Dimmer (model: RWL021)
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
@Paul-dH
Paul-dH / ha-zha-hue-dimmer-rwl022.yaml
Last active October 21, 2023 18:06
Home Assistant: Blueprint - Philips Hue Dimmer (model: RWL022)
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
@Paul-dH
Paul-dH / gist:72fb4ef436639145658ce9817d4460ae
Created August 7, 2018 19:06 — forked from CristinaSolana/gist:1885435
Keeping a fork up to date

1. Clone your fork:

git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@Paul-dH
Paul-dH / README.md
Last active August 6, 2018 14:47 — forked from roachhd/README.md
Feed.xml RSS for Jekyll blog on GitHub pages.

Jekyll RSS Feed Templates.

A few Liquid templates to use for rendering RSS feeds for your Jekyll blog. Featuring four kinds of feeds:

  • feed.xml — Renders the 10 most recent posts.
  • feed.category.xml — Only renders posts for a specific category. This example renders posts for a "miscellaneous" category.
  • feed.links.xml — Only contains posts that link to external websites noted by a link variable in the YAML Front Matter. Not a common Jekyll convention, but a good way to generating a linked list.
  • feed.articles.xml — Only showing articles that don't link to external sites; The opposite of feed.links.xml.
@Paul-dH
Paul-dH / Invoke-DCSync.ps1
Created June 30, 2017 16:07 — forked from monoxgas/Invoke-DCSync.ps1
What more could you want?
This file has been truncated, but you can view the full file.
function Invoke-DCSync
{
<#
.SYNOPSIS
Uses dcsync from mimikatz to collect NTLM hashes from the domain.
Author: @monoxgas
Improved by: @harmj0y