This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir qsvbuild | |
cd qsvbuild | |
git clone --depth 1 https://github.com/intel/libva | |
cd libva | |
./autogen.sh | |
make | |
sudo make install | |
sudo ldconfig | |
cd .. |