diff --git a/panels/config/cloud/ha-config-cloud-account.html b/panels/config/cloud/ha-config-cloud-account.html index 5411d8862d..8fbe542e48 100644 --- a/panels/config/cloud/ha-config-cloud-account.html +++ b/panels/config/cloud/ha-config-cloud-account.html @@ -35,6 +35,7 @@ white-space: normal; } .status { + text-transform: capitalize; padding: 16px; } paper-button { @@ -52,7 +53,7 @@ Thank you for supporting Home Assistant. It's because of people like you that we are able to run this project and make a great home automation experience for everyone. Thank you! - + + -
More configuration options coming soon.
+ + Integrations + + Integrations for Home Assistant Cloud allow you to connect with services in the cloud + without having to expose your Home Assistant instance publicy on the internet. + + + +
+ With the Alexa integration for Home Assistant Cloud you'll be able to control all your Home Assistant devices via any Alexa-enabled device. +

This integration requires an Alexa-enabled device like the Amazon Echo.

+
+ +
diff --git a/panels/config/cloud/ha-config-cloud-login.html b/panels/config/cloud/ha-config-cloud-login.html index 02a92853d0..3f1c4ec1af 100644 --- a/panels/config/cloud/ha-config-cloud-login.html +++ b/panels/config/cloud/ha-config-cloud-login.html @@ -14,6 +14,9 @@ .content { padding-bottom: 24px; } + [slot=introduction] a { + color: var(--primary-color); + } paper-card { display: block; } @@ -47,6 +50,7 @@ Home Assistant Cloud The Home Assistant Cloud allows your local Home Assistant instance to connect with cloud-only services like Amazon Alexa. +

Learn more

diff --git a/src/resources/ha-style.html b/src/resources/ha-style.html index 355978d43f..8508bc76fe 100644 --- a/src/resources/ha-style.html +++ b/src/resources/ha-style.html @@ -115,6 +115,10 @@ cursor: pointer; } + .card-actions a { + text-decoration: none; + } + .card-actions paper-button:not([disabled]), .card-actions ha-progress-button:not([disabled]), .card-actions ha-call-api-button:not([disabled]),