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: Synchronize Audio Volume | |
| description: Synchronize the volume of 2 entities | |
| domain: automation | |
| input: | |
| entity_1: | |
| name: First entity | |
| selector: | |
| entity: {} | |
| entity_2: |
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: Synchronize brightness states and rgb states | |
| description: Synchronize the on/off state of 2 entities | |
| domain: automation | |
| input: | |
| entity_1: | |
| name: First entity | |
| selector: | |
| entity: {} | |
| entity_2: |
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: Synchronize brightness states | |
| description: Synchronize the on/off state of 2 entities | |
| domain: automation | |
| input: | |
| entity_1: | |
| name: First entity | |
| selector: | |
| entity: {} | |
| entity_2: |
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
| #!/bin/bash | |
| # curl -sL https://gist.githubusercontent.com/RichardBronosky/31660eb4b0f0ba5e673b9bc3c9148a70/raw/touchid_sudo.sh | bash | |
| # This script is ready to copy-paste in whole, or just the line above (without the leading #) | |
| # Use TouchID for sudo on modern MacBook Pro machines | |
| # This script adds a single line to the top of the PAM configuration for sudo | |
| # See: https://apple.stackexchange.com/q/259093/41827 for more info. | |
| touchid_sudo(){ |
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
| #! /bin/bash | |
| # NEWLY ADDED BACKUP FUNCTIONALITY IS NOT FULLY TESTED YET, USE WITH CARE, ESPECIALLY DELETION | |
| # Developed for DSM 6 - 7.0.1. Not tested on other versions. | |
| # Steps to install | |
| # Save this script in one of your shares | |
| # Edit it according to your requirements | |
| # Backup /usr/syno/share/nginx/ as follows: | |
| # # cd /usr/syno/share/ | |
| # # tar cvf ~/nginx.tar nginx |