aldadic / home-assistant-on-echo-show

This Alexa skill adds a voice command to open Lovelace dashboards on the Echo Show in the built-in Silk browser.
MIT License
136 stars 25 forks source link

AMAZON.NUMBER slot type only handles words #5

Open aldadic opened 1 year ago

aldadic commented 1 year ago

AMAZON.NUMBER slot type will not handle integers, but only the respective word. For example:

Alexa, tell dashboard viewer open page 3

won't work because it should be

Alexa, tell dashboard viewer open page three

This important when using routines to trigger the skill and should be made clear on the USAGE page.