mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Provide conv_id to intent (#68102)
This commit is contained in:
parent
1be9dc9720
commit
fb1b0b535f
@ -194,7 +194,11 @@ class HangoutsBot:
|
||||
return await self.hass.helpers.intent.async_handle(
|
||||
DOMAIN,
|
||||
intent_type,
|
||||
{key: {"value": value} for key, value in match.groupdict().items()},
|
||||
{"conv_id": {"value": conv_id}}
|
||||
| {
|
||||
key: {"value": value}
|
||||
for key, value in match.groupdict().items()
|
||||
},
|
||||
text,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user