Test Github Plug
$NIX-PATH
Test Github Plug
$NIX-PATH
| blueprint: | |
| name: "Illuminance sensor light filter" | |
| description: Use indoor illuminance sensors to meter general day brightness, filtering out artificial lights. | |
| domain: automation | |
| input: | |
| illuminance_sensor: | |
| name: Illuminance sensor | |
| selector: | |
| entity: | |
| domain: sensor |
| for f in *.wav; do | |
| sox "${f}" -n spectrogram -o "spectrogram_${f%.wav}" | |
| done |
| find . -type f | grep .wav | wc -l |
| #!/bin/bash | |
| max=0 | |
| path="" | |
| index=0 | |
| while getopts "f:m:i:" opt; do | |
| case $opt in | |
| f) path="$OPTARG" | |
| ;; | |
| m) max="$OPTARG" |
| rsync -aHh --numeric-ids --info=progress2 --exclude 'images' |