mirror of
https://github.com/vide/matedroid.git
synced 2026-01-20 00:03:17 +08:00
- check-api: Query Teslamate API to inspect JSON response format - release: Bump version, update changelog, tag and push - translate: Add strings to all 4 locale files - new-screen: Scaffold a new Compose screen Also adds .env.example for API URL configuration and fixes .gitignore to allow .claude/skills/release/ directory. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 lines
177 B
Plaintext
6 lines
177 B
Plaintext
# Copy this file to .env and fill in your values
|
|
# Used by Claude Code skills (check-api)
|
|
|
|
# Your Teslamate API URL (e.g., https://teslamate-api.example.com)
|
|
TESLAMATE_API_URL=
|