mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Lint
This commit is contained in:
parent
e739fd8a31
commit
5c2f997394
@ -130,7 +130,9 @@ async def async_setup(hass, config):
|
||||
'value': slot['rawValue']}
|
||||
slots['site_id'] = {'value': request.get('siteId')}
|
||||
slots['session_id'] = {'value': request.get('sessionId')}
|
||||
slots['confidenceScore'] = {'value': request['intent']['confidenceScore']}
|
||||
slots['confidenceScore'] = {
|
||||
'value': request['intent']['confidenceScore']
|
||||
}
|
||||
|
||||
try:
|
||||
intent_response = await intent.async_handle(
|
||||
|
Loading…
x
Reference in New Issue
Block a user