Files
Ceddy 39dbbe5eee v1.2.0: HACS-Kompatibilität, App-Icon, bereinigte Konfiguration
- manifest.json: codeowners, documentation, issue_tracker, mdi:matrix icon
- hacs.json: homeassistant-Feld entfernt (gehört in manifest.json)
- brand/: icon.png, icon@2x.png, dark_icon.png, dark_icon@2x.png hinzugefügt
- icon/icon.svg: Matrix-Chat SVG-Icon hinzugefügt
- generate_icons.py: PNG-Generator für brand/-Verzeichnis

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-03 00:30:56 +02:00

63 lines
2.2 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"config": {
"step": {
"user": {
"title": "Matrix Server",
"description": "Connect Home Assistant to your Matrix homeserver.",
"data": {
"account_label": "Account label (e.g. 'marc' or 'ha_chaos')",
"homeserver": "Homeserver URL",
"auth_method": "Authentication method"
},
"data_description": {
"account_label": "Short name for this account. Used as prefix in service names (lowercase letters, digits, underscores only)."
}
},
"credentials_password": {
"title": "Login",
"data": {
"username": "Matrix User ID (e.g. @user:matrix.org)",
"password": "Password",
"device_name": "Device name (optional)"
}
},
"credentials_token": {
"title": "Access Token",
"description": "You can find your access token in your Matrix client under Settings → Security → Sessions.",
"data": {
"username": "Matrix User ID (e.g. @user:matrix.org)",
"access_token": "Access Token"
}
},
"rooms": {
"title": "Matrix Rooms",
"description": "Rooms are optional. Bridge accounts (WhatsApp, Signal, Telegram) do not need rooms the 'Send direct message' service is sufficient.",
"data": {
"rooms": "Rooms (optional)",
"manual_room_ids": "Additional room IDs (comma- or space-separated)",
"enable_sync": "Enable background sync (required to receive replies)"
}
}
},
"error": {
"cannot_connect": "Could not connect to the Matrix server. Please check the URL and credentials.",
"invalid_label": "The label may only contain lowercase letters, digits, and underscores, and must start with a letter or digit (e.g. 'marc').",
"unknown": "An unexpected error occurred."
},
"abort": {
"already_configured": "This Matrix instance is already configured."
}
},
"options": {
"step": {
"init": {
"title": "Matrix Messenger Options",
"data": {
"rooms": "Rooms (optional)",
"enable_sync": "Enable background sync"
}
}
}
}
}