Skip to content

Instantly share code, notes, and snippets.

@m33x
m33x / hass.js
Last active September 17, 2024 12:21
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) {