7196e334a2
- Add per-room convenience actions (matrix_messenger.send_to_<roomname>) - Add send_to_user action: finds existing portal/DM room or creates one; supports mautrix-whatsapp, -signal, -telegram puppet IDs - Inject service descriptions dynamically so room dropdowns show friendly names instead of room IDs (full-state sync + direct state API fallback) - Switch all room selectors to searchable dropdown mode - Fix _find_or_create_dm to match bridge portal rooms (3+ members) - Fix async_get_joined_rooms to use full_state sync - Bump version to 1.1.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"domain": "matrix_messenger",
|
|
"name": "Matrix Messenger",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "",
|
|
"homeassistant": "2026.4.0",
|
|
"iot_class": "cloud_push",
|
|
"requirements": ["matrix-nio[e2e]>=0.21.0"],
|
|
"version": "1.1.0",
|
|
"integration_type": "hub"
|
|
}
|