Added Home Assistant OS VM (10.10.0.174, VMID 109) to hosts.yml with new 'homeassistant' type for API-based smart home management. Includes API config template with token storage pattern (.env.example). Also added foundry-lxc entry that was missing from inventory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
# Home Assistant API Configuration
|
|
# VM ID: 109 (Proxmox)
|
|
#
|
|
# Generate a Long-Lived Access Token:
|
|
# 1. Go to http://10.10.0.174:8123
|
|
# 2. Click profile icon (bottom-left)
|
|
# 3. Scroll to "Long-Lived Access Tokens"
|
|
# 4. Create token and paste below
|
|
|
|
HA_URL=http://10.10.0.174:8123
|
|
HA_TOKEN=your_long_lived_access_token_here
|