mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +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(
|
return await self.hass.helpers.intent.async_handle(
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
intent_type,
|
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,
|
text,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user