Skip to content

Instantly share code, notes, and snippets.

@sportluffi
sportluffi / 4button_scene_switch_zha.yaml
Last active February 18, 2024 15:15 — 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
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:
blueprint:
name: ZHA - _TZ3000_mh9px7cq TS0041 Switch
description: Automate your Fuga TS0044 Wireless Switch using ZHA events.
domain: automation
input:
ts0044_switch:
name: _TZ3000_axpdxqgu TS0044 Switch
description: _TZ3000_mh9px7cq TS0044 Switch to use
selector:
device:
@sportluffi
sportluffi / move_syno_pkgs.sh
Created November 4, 2023 08:50 — forked from sumonchai/move_syno_pkgs.sh
Script for moving packages on a synology disk station from one volume to another - EXPERIMENTAL!
#!/bin/bash
SOURCE=/volume1
DEST=/volume2
APPDIR=\@appstore
ASK=true
while getopts ":y" opt; do
case $opt in