homeassistant

Installation
SKILL.md

Home Assistant (REST) — Quick Use

Security first

  • Prefer a dedicated Home Assistant user for this assistant.
  • Use a Long-Lived Access Token (LLAT) from that user.
  • Never commit tokens to git; store them in secrets/ (gitignored).
  • If HA is exposed on the public internet, ensure HTTPS, strong auth, and ideally IP restrictions / VPN.

Setup (one-time)

  1. Set your HA base URL (you have: https://ghar.nicolaischmid.de).
  2. Save token to a local secret file:
    • mkdir -p /root/.openclaw/workspace/secrets
    • chmod 700 /root/.openclaw/workspace/secrets
    • write token to: /root/.openclaw/workspace/secrets/ha_token
    • chmod 600 /root/.openclaw/workspace/secrets/ha_token

Optional env overrides:

  • HA_URL (default taken from secrets/ha_url if present)
  • HA_TOKEN (default read from secrets/ha_token)
Installs
1
First Seen
Jun 19, 2026
homeassistant — nicolaischmid/openclaw