mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02:00
Update snips.py
This commit is contained in:
@@ -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 = {}
|
||||||
|
Reference in New Issue
Block a user