dectects a unifi doorbell press and does the following
- stores the current speaker volume values for 2 speakers
- increases speaker volume to 80%
- plays a doorbell chime on both speakers
- tts "someone at door"
# main.tf | |
# Configure the Cloudflare provider | |
# Make sure to set CLOUDFLARE_API_TOKEN environment variable or configure it directly here. | |
# For security, using environment variables is recommended. | |
# export CLOUDFLARE_API_TOKEN="YOUR_CLOUDFLARE_API_TOKEN" | |
# export CLOUDFLARE_ACCOUNT_ID="YOUR_CLOUDFLARE_ACCOUNT_ID" | |
terraform { | |
required_providers { | |
cloudflare = { |
-- Define the application name | |
local browserAppName = "Arc" | |
local terminalAppName = "Alacritty" | |
local ideAppName = "PhpStorm" | |
hs.hotkey.bind({}, "F13", function () | |
hs.application.launchOrFocus(terminalAppName) | |
end) | |
hs.hotkey.bind({}, "F14", function () |
[ | |
{ | |
"name": "Corne v4", | |
"author": "Ben Rowe", | |
"switchMount": "cherry", | |
"switchBrand": "cherry", | |
"switchType": "MX3A-L1xx", | |
"plate": true, | |
"pcb": true | |
}, |
Injects a command into the phpunit bootstrap to seralise the migrated database state to an sql file.
Then on every test case, reset the database using the generated file.
Everytime phpunit runs, the test:bootstrap command is executed.
This will check for the existance of a sql file and if not, it creates a temporary database, migrates into the database and dumps the final migration to a sql file.
tap "eugenmayer/dockersync" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-drivers" | |
tap "homebrew/core" | |
tap "miderwong/flutter" | |
brew "[email protected]" | |
brew "asdf" | |
brew "aws-google-auth" | |
brew "aws-iam-authenticator" |