mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Add link to Alexa skill on Cloud page (#3364)
This adds a direct link to the Home Assistant Alexa skill, which is more convenient than telling the user to search for it themselves. On mobile devices it can open the skill directly in the Alexa app which is nice. Also tweaked the wording from "activate" to "enable" since that is what Amazon uses.
This commit is contained in:
parent
e36454f08f
commit
7a12cbf96e
@ -41,8 +41,12 @@ export class CloudAlexaPref extends LitElement {
|
||||
control all your Home Assistant devices via any Alexa-enabled device.
|
||||
<ul>
|
||||
<li>
|
||||
To activate, search in the Alexa app for the Home Assistant Smart
|
||||
Home skill.
|
||||
<a
|
||||
href="https://skills-store.amazon.com/deeplink/dp/B0772J1QKB?deviceType=app"
|
||||
target="_blank"
|
||||
>
|
||||
Enable the Home Assistant skill for Alexa
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
|
Loading…
x
Reference in New Issue
Block a user