Skip to content

Instantly share code, notes, and snippets.

@chr1s-code
chr1s-code / hass.js
Created October 2, 2022 18:34 — 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) {