Added intent_type to exception log (#9289)
This commit is contained in:
parent
1b5e574a76
commit
54de3d89d1
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def async_setup(hass, config):
|
|||
yield from intent.async_handle(
|
||||
hass, DOMAIN, intent_type, slots, request['input'])
|
||||
except intent.IntentError:
|
||||
_LOGGER.exception("Error while handling intent.")
|
||||
_LOGGER.exception("Error while handling intent: %s.", intent_type)
|
||||
|
||||
yield from hass.components.mqtt.async_subscribe(
|
||||
INTENT_TOPIC, message_received)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue