Skip to content

Instantly share code, notes, and snippets.

View Sanfam's full-sized avatar

Andrew Sanjanwala Sanfam

  • The Salzman Group
  • Canandaigua, NY
View GitHub Profile
@Sanfam
Sanfam / zen32zjs.yaml
Last active June 4, 2022 03:33
ZEN32 Scene Controller - Z-Wave JS - Integer Inputs
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.
selector:
device:
@Sanfam
Sanfam / gist:575a934fb901a842979498ea06d954e0
Created May 10, 2018 14:23
Layout.xml Move Element Example
<move element="name.of.an.element" destination="name.of.destination.element" as="new_alias" after="name.of.element.after" before="name.of.element.before"/>