Skip to content

Instantly share code, notes, and snippets.

blueprint:
name: ZHA - Smart Knob for lights
source_url: https://gist.github.com/dbuezas/832d15a762488f2754c59bc9ca9632da
description: "Control lights with a Moes Smart Knob.
Rotating left/right will change the brightness smoothly of the selected light
and making use of step_size.
Press-Rotating left/right will change the color temperature (or hue).
Long press switches between color temperature and rgb modes.
@gymnae
gymnae / qsv-docker.sh
Last active April 10, 2023 20:20 — forked from pulsejet/qsv-docker.sh
Install QSV in debian docker
mkdir qsvbuild
cd qsvbuild
git clone --depth 1 https://github.com/intel/libva
cd libva
./autogen.sh
make
sudo make install
sudo ldconfig
cd ..