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>
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
"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": {
|
||||
@@ -26,16 +30,18 @@
|
||||
}
|
||||
},
|
||||
"rooms": {
|
||||
"title": "Select Matrix Rooms",
|
||||
"description": "Choose the rooms you want to send messages to.",
|
||||
"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",
|
||||
"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": {
|
||||
@@ -47,7 +53,7 @@
|
||||
"init": {
|
||||
"title": "Matrix Messenger – Options",
|
||||
"data": {
|
||||
"rooms": "Rooms",
|
||||
"rooms": "Rooms (optional)",
|
||||
"enable_sync": "Enable background sync"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user