Home Assistant Control smart home devices via Home Assistant API. Setup Set environment variables: - : Your Home Assistant URL (e.g., ) - : Long-lived access token (create in HA → Profile → Long-Lived Access Tokens) Quick Commands List entities by domain Turn on/off Control lights Trigger scene Call any service Get entity state Entity Domains - — Smart plugs, generic switches - — Lights (Hue, LIFX, etc.) - — Pre-configured scenes - — Automations - — Thermostats - — Blinds, garage doors - — TVs, speakers - — Temperature, humidity, etc. Notes - API returns JSON by default - Long-lived tokens do…