techartdev
e93c05f2ae
Merge branch 'main' of https://github.com/techartdev/OpenClawHomeAssistantIntegration
2026-03-07 14:27:19 +02:00
techartdev
335c48ace9
Update changelog for version 0.1.59 and fix SSL verification in config flow
2026-03-07 14:27:16 +02:00
TechArtDev
6fc19d094b
Merge pull request #3 from bmobytes/feature/configurable-agent-id
...
feat: add configurable agent ID support
2026-03-07 14:25:23 +02:00
TechArtDev
02fedd4857
Simplify agent_id assignment logic
...
Removed redundant assignment of agent_id from options.
2026-03-07 14:23:40 +02:00
TechArtDev
5ec32e15b6
Merge branch 'main' into feature/configurable-agent-id
2026-03-07 14:21:16 +02:00
techartdev
e0c0c7be8e
Add configurable agent_id support and update integration options
...
- Introduced configurable OpenClaw `agent_id` for manual setup and service overrides.
- Enhanced API client to support routing messages to specific agents.
- Updated integration options to reload automatically upon saving changes.
- Added service descriptions and translations for the new `agent_id` field.
- Updated version to 0.1.58 in manifest.
2026-03-07 14:20:24 +02:00
BMO (OpenClaw)
fa0af8da60
feat: add configurable agent ID support
...
Allow users to configure which OpenClaw agent the integration communicates
with, instead of always defaulting to the implicit 'main' agent.
Changes:
- const.py: add CONF_AGENT_ID, DEFAULT_AGENT_ID='main', ATTR_AGENT_ID
- api.py: accept agent_id in constructor; _headers() now includes the
x-openclaw-agent-id header on every request; async_send_message and
async_stream_message accept an optional per-call agent_id override
- config_flow.py: expose agent_id as a text field in both the manual
setup step and the options flow (Settings → Integrations → Configure)
- __init__.py: read agent_id from options/data and pass it to the API
client; add optional agent_id field to the send_message service schema
so automations can address a specific agent per-call
- services.yaml: document the new agent_id field on send_message
- strings.json / translations/en.json: add UI labels for the new option
The gateway routing header x-openclaw-agent-id is always sent; when
agent_id is 'main' (the default) the gateway behaviour is unchanged.
A per-call override on send_message takes precedence over the config.
Implemented with assistance from an AI coding agent (BMO) with human
review. Bot-assisted contribution reviewed by a human before submission.
2026-02-26 13:50:07 -06:00
techartdev
9bcac79241
Merge branch 'main' of https://github.com/techartdev/OpenClawHomeAssistantIntegration
2026-02-26 01:35:46 +02:00
techartdev
12bd082605
brand assets relocation
2026-02-26 01:35:34 +02:00
TechArtDev
487b7989b0
Add image to README for OpenClaw integration
...
Added an image to the README for visual enhancement.
2026-02-25 23:40:33 +02:00
TechArtDev
ceb3d941e0
Update README with new image and installation info
...
Updated image link in README and added installation note.
2026-02-25 17:17:25 +02:00
techartdev
8a0d01b067
revert docs
2026-02-25 16:33:47 +02:00
techartdev
a4f78aec49
fix wf
2026-02-25 16:31:42 +02:00
techartdev
10bd4737f2
docs update
2026-02-25 16:30:19 +02:00
techartdev
7bd4f45538
fix wf
2026-02-25 16:15:43 +02:00
techartdev
0f5357e7c7
Add event and button entities, select entity for model switching, and update changelog to version 0.1.56
2026-02-25 15:24:23 +02:00
techartdev
11959e3ce7
Merge branch 'main' of https://github.com/techartdev/OpenClawHomeAssistantIntegration
2026-02-24 16:00:31 +02:00
techartdev
8a0f5f2e69
release workflow
2026-02-24 16:00:28 +02:00
TechArtDev
9d1a09a7a7
Update Discord server link in README
2026-02-24 00:17:17 +02:00
techartdev
9061482429
changelog
2026-02-23 16:46:59 +02:00
techartdev
d1187a3818
timeout override in settings
2026-02-23 16:45:34 +02:00
techartdev
bb13ac9237
Bump version to 0.1.55, fix chat scrolling issues, restore requestAnimationFrame, and improve entity ID lookups
2026-02-23 16:38:24 +02:00
techartdev
aae2e25600
bump version for cache reload
2026-02-23 16:20:03 +02:00
techartdev
013e4d3702
Update version to 0.1.53, fix chat scrolling issues, and prevent scroll anchoring artifacts
2026-02-23 16:05:58 +02:00
techartdev
99aaef05c1
Add HTTPS/SSL support and enhance connection handling
...
- Implemented HTTPS/SSL support for OpenClaw gateways in `lan_https` mode.
- Added configuration options for SSL certificate verification.
- Improved auto-discovery for `lan_https` access mode.
- Updated documentation in README and changelog for new features and fixes.
- Fixed connection errors related to SSL certificate verification.
2026-02-23 11:49:21 +02:00
techartdev
8f82526bb9
Bump version to 0.1.51, fix chat input focus loss, and update card version
2026-02-23 11:14:18 +02:00
techartdev
7a8c0ae71d
Merge branch 'main' of https://github.com/techartdev/OpenClawHomeAssistantIntegration
2026-02-21 19:08:01 +02:00
techartdev
bee2fd5a45
Update version to 0.1.50 and enhance voice behavior, chat consistency, and auto-scroll functionality
2026-02-21 19:07:53 +02:00
TechArtDev
7e7fb47f59
Update README.md
2026-02-21 13:06:51 +02:00
techartdev
77b64fd785
readme fix
2026-02-21 13:04:19 +02:00
TechArtDev
76e6a85fb2
Fix formatting of Star History section in README
2026-02-21 13:02:11 +02:00
techartdev
21649dd441
Update version to 0.1.49 and enhance voice mode stability and chat functionality
2026-02-21 02:39:39 +02:00
techartdev
2fe88a7170
Update version to 0.1.48 and improve chat-card gateway status detection
2026-02-21 01:47:43 +02:00
techartdev
a5a1ed87c5
Merge branch 'main' of https://github.com/techartdev/OpenClawHomeAssistantIntegration
2026-02-21 01:34:46 +02:00
techartdev
6bd3047c71
Update version to 0.1.47 and improve TTS fallback handling and voice-mode responsiveness
2026-02-21 01:34:43 +02:00
TechArtDev
2245ebd868
Update README with installation instructions
...
Added installation instructions for OpenClaw as an Add-On/App.
2026-02-21 01:30:24 +02:00
techartdev
f65c064569
reduce speach interval for vocie mode
2026-02-21 01:26:05 +02:00
techartdev
6d37734cf9
Update version to 0.1.46 and enhance TTS resilience with automatic voice fallback and error reporting
2026-02-21 01:23:57 +02:00
techartdev
14c5d946a5
voice mode fixes
2026-02-21 00:58:59 +02:00
techartdev
4aba4bd18d
Update version to 0.1.44 and fix chat-card settings sync, wake-word disable reliability, and browser voice listening status
2026-02-21 00:51:06 +02:00
techartdev
dfb4718e09
Update version to 0.1.43 and enhance conversation continuity with stable fallback session IDs
2026-02-21 00:40:47 +02:00
techartdev
f070299c26
Update version to 0.1.42 and add browser voice language integration with fixes for voice replies and configuration options
2026-02-21 00:12:15 +02:00
techartdev
722c6752df
docs
2026-02-20 23:56:43 +02:00
techartdev
de7ef4ac99
Update version to 0.1.41 and enhance integration with voice mode fixes, gateway connection status, and updated documentation
2026-02-20 23:37:58 +02:00
techartdev
faa962d8bc
Update version to 0.1.40 and add OpenClaw Gateway tools endpoint integration with new service and event support
2026-02-20 23:18:37 +02:00
techartdev
367541044c
Update version to 0.1.39 and align chat requests with OpenClaw session behavior
2026-02-20 23:10:32 +02:00
techartdev
9ed13e4e96
Update version to 0.1.37 and improve chat session handling with session_id in payloads
2026-02-20 22:55:29 +02:00
techartdev
bfd973bbff
Update version to 0.1.36 and enhance changelog with fixes for voice mode and message deduplication
2026-02-20 22:18:05 +02:00
techartdev
fa29b67eee
fix name of integration
2026-02-20 22:06:12 +02:00
techartdev
970ff7e690
Merge branch 'main' of https://github.com/techartdev/OpenClawHomeAssistantIntegration
2026-02-20 22:04:09 +02:00