Files
xteink-apps/apps/HomeAssistant
evan 39afd7fac7 build: add a shared editor config and reformat apps to match
The apps were on four-space indent only because nothing pinned a style;
.editorconfig is what lua-language-server reads on save, so the tree now
matches the sibling repos. Manifests and the catalog regenerate from the
reformatted sources.
2026-08-04 13:20:40 -04:00
..
2026-07-25 22:34:38 -04:00

HomeAssistant

Displays up to 12 Home Assistant entities as status cards.

After installation, edit config.txt:

url=https://home-assistant.example.com
token=replace-with-a-long-lived-access-token
entity=weather.home
entity=light.living_room

Create a long-lived access token from your Home Assistant profile. Keep config.txt private; it contains credentials. The repository version contains placeholders only.