Skip to content

Instantly share code, notes, and snippets.

@berg
berg / zen37lr_blueprint.yaml
Last active February 9, 2025 20:21 — forked from irakhlin/zen37lr_blueprint.yaml
Home Assistant Blueprint for ZEN37 800LR - zwavejs
blueprint:
name: "Z-Wave JS Scene Controller Zooz Zen37 800LR"
description: Create automations for the Zooz Zen37 800LR 4 button scene controller using the Z-WAVE JS integration.
domain: automation
input:
zen37lr:
name: Zooz ZEN37 wall remote
description: "List of available Zen37 800LR wall remotes."
selector:
device:
import os
import time
import requests
# export ADN_PROD_TOKEN="<your access token>"
token = os.environ['ADN_PROD_TOKEN']
s = requests.Session()
s.headers['Authorization'] = 'BEARER ' + token