Skip to content

Instantly share code, notes, and snippets.

@dozigden
dozigden / hass.js
Last active June 29, 2024 15:06 — forked from m33x/hass.js
Simple Home Assistant (HASS) iOS Widget via Scriptable App
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: light-gray; icon-glyph: magic;
let widget = await createWidget();
if (!config.runsInWidget) {
await widget.presentLarge();
}
Script.setWidget(widget);
Script.complete();