Skip to content

Instantly share code, notes, and snippets.

@funzie19
funzie19 / ZoozZen32forZwaveJs.yaml
Last active December 12, 2023 20:40 — forked from Matt-PMCT/ZoozZen32forZwaveJs.yaml
Zooz ZEN32 for Z-Wave JS integration
# Copied from blhoward2 at https://community.home-assistant.io/t/zen32-scene-controller-z-wave-js/292610/8?u=mattmattmattmatt
# Modified by MattMattMattMatt for clarity on button / scene associations.
blueprint:
name: ZEN32 (Z-Wave JS)
description: Create automations for the Zooz ZEN32 switch using the Z-Wave JS integration.
domain: automation
input:
zooz_switch:
name: Zooz Switch
description: List of available Zooz ZEN32 switches.
@funzie19
funzie19 / terraform-fmt.yaml
Last active September 15, 2020 19:13
Terraform fmt job
name: terraform-fmt
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
fmt:

Keybase proof

I hereby claim:

  • I am funzie19 on github.
  • I am jkregloh (https://keybase.io/jkregloh) on keybase.
  • I have a public key ASCS181RGnpFF_tP3HhDNTq8ZfYHPmhpslnFyxeibxsSdQo

To claim this, I am signing this object:

#!/bin/bash
COUNTER=1
MAX_COUNT=50
echo $COUNTER >> test.txt
git add test.txt
git commit -m "This is commit number $COUNTER"