Skip to content

Instantly share code, notes, and snippets.

View J-Rod-16's full-sized avatar

Jarrad Rosser J-Rod-16

View GitHub Profile
@J-Rod-16
J-Rod-16 / hass.js
Created November 27, 2022 11:59 — 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) {