Skip to content

Instantly share code, notes, and snippets.

@felixtsu
felixtsu / hass.js
Last active February 25, 2024 10:02 — 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) {