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: Schlage Lock Actions | |
description: Perform action based on code slot that unlocked door | |
domain: automation | |
input: | |
schlage_lock: | |
name: Schlage Lock | |
description: List of available Schlage Locks | |
selector: | |
device: |
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
[Unit] | |
Description=Direwolf Sound Card-based AX.25 TNC | |
After=network.target | |
After=sound.target | |
[Service] | |
Type=simple | |
User=pi | |
Group=pi | |
WorkingDirectory=/opt/direwolf/ |
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
[Unit] | |
Description=Direwolf %i Service | |
Documentation=https://github.com/wb2osz/direwolf/blob/dev/doc/README.md | |
After=network-online.target | |
Requires=rigctld.service | |
After=rigctld.service | |
[Service] | |
Type=simple | |
User=pi |
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 | |
# Download latest RPi BPQ binaries | |
# If arg 1 is beta then make beta binary active | |
# If arg 1 is anything else, release or NULL then make | |
# release binary active | |
# If arg 2 is Y then restart linbpq after updates | |
# otherwise prompt for restart | |
# Location of linbpq install. Modify this path if | |
# linbpq is running out of a different directory. |
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 - Lutron Aurora Dimmer v1.3 | |
description: 'Control lights with a Lutron Aurora Dimmer | |
Pressing in the dimmer button will toggle between turning lights on | |
to full brightness, and turning the lights off. | |
Rotating the dimmer will increase and decrease the light brightness. | |
Adjust the sensitivity if updates from the dimmer are being sent too quickly | |
' | |
domain: automation |