mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Alexa slot synonym fix (#10614)
* Added logic to the alexa component for handling slot synonyms * Moved note with long url to the top of the file * Just made a tiny url instead of messing with Flake8 * Refactored to be more Pythonic * Put trailing comma back
This commit is contained in:
committed by
Paulus Schoutsen
parent
aa6b37912a
commit
6cf2e758a8
@@ -15,4 +15,6 @@ ATTR_STREAM_URL = 'streamUrl'
|
||||
ATTR_MAIN_TEXT = 'mainText'
|
||||
ATTR_REDIRECTION_URL = 'redirectionURL'
|
||||
|
||||
SYN_RESOLUTION_MATCH = 'ER_SUCCESS_MATCH'
|
||||
|
||||
DATE_FORMAT = '%Y-%m-%dT%H:%M:%S.0Z'
|
||||
|
||||
Reference in New Issue
Block a user