v1.1.0: per-room services, send_to_user, mautrix bridge support, searchable room picker
- 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>
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
"homeassistant": "2026.4.0",
|
||||
"iot_class": "cloud_push",
|
||||
"requirements": ["matrix-nio[e2e]>=0.21.0"],
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user