mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 05:47:10 +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)
|
||||
yield from action.async_run(slots)
|
||||
|
||||
# pylint: disable=no-self-use
|
||||
def parse_slots(self, response):
|
||||
"""Parse the intent slots."""
|
||||
parameters = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user