Skip to content

Instantly share code, notes, and snippets.

View PaulBernhardt's full-sized avatar

Paul Bernhardt PaulBernhardt

  • MappedIn
  • Canada
View GitHub Profile
@PaulBernhardt
PaulBernhardt / 4button_scene_switch_zha.yaml
Last active July 11, 2025 15:05 — forked from wujku/4button_scene_switch_zha.yaml
Blueprint for 4-Button Scene Switch (TS0044) – Home Assistant – Improved version of https://community.home-assistant.io/t/zha-tuya-4-button-scene-switch-ts0044/265099
blueprint:
name: ZHA - 4-Button Scene Switch (_TZ3000_mh9px7cq)
description: Automate your 4-Button Scene Switch via ZHA events.
domain: automation
input:
4button_scene_switch:
name: 4-Button Scene Switch
description: 4-Button Scene Switch to use
selector:
device:
@PaulBernhardt
PaulBernhardt / hello.ps1
Last active June 6, 2018 15:50 — forked from lukesampson/hello.ps1
A simple example for Scoop documentation.
$name = split-path (whoami) -leaf
"Hello2, $name!"