Skip to content

Instantly share code, notes, and snippets.

@journaldethomas
journaldethomas / hass.js
Created June 22, 2023 05:15 — forked from m33x/hass.js
Simple Home Assistant (HASS) iOS Widget via Scriptable App
let widget = await createWidget();
if (!config.runsInWidget) {
await widget.presentSmall();
}
Script.setWidget(widget);
Script.complete();
async function createWidget(items) {