Skip to content

Instantly share code, notes, and snippets.

@m33x
m33x / hass.js
Last active June 29, 2024 12:44
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) {