mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Provide conv_id to intent (#68102)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user