mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Update snips.py
This commit is contained in:
parent
233920f22c
commit
f2267437df
@ -108,6 +108,7 @@ class IntentHandler(object):
|
|||||||
slots = self.parse_slots(response)
|
slots = self.parse_slots(response)
|
||||||
yield from action.async_run(slots)
|
yield from action.async_run(slots)
|
||||||
|
|
||||||
|
# pylint: disable=no-self-use
|
||||||
def parse_slots(self, response):
|
def parse_slots(self, response):
|
||||||
"""Parse the intent slots."""
|
"""Parse the intent slots."""
|
||||||
parameters = {}
|
parameters = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user