From a832566715fdc6fafac99d09e2741f53c32be2fa Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 19 Apr 2018 21:55:26 -0400 Subject: [PATCH] Add Google Assistant integration (#1110) * Add Google Assistant integration * Fix card actions --- .../config/cloud/ha-config-cloud-account.html | 49 +++++++++++++++---- 1 file changed, 39 insertions(+), 10 deletions(-) diff --git a/panels/config/cloud/ha-config-cloud-account.html b/panels/config/cloud/ha-config-cloud-account.html index 1316ed0fe7..58a4bc38d8 100644 --- a/panels/config/cloud/ha-config-cloud-account.html +++ b/panels/config/cloud/ha-config-cloud-account.html @@ -6,6 +6,7 @@ + @@ -44,6 +45,9 @@ color: var(--primary-color); font-weight: 500; } + a { + color: var(--primary-color); + }
@@ -90,19 +94,44 @@
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.

+
+ + +
+ With the Google Assistant integration for Home Assistant Cloud you'll be able to control all your Home Assistant devices via any Google Assistant-enabled device. + +

This integration requires a Google Assistant-enabled device like the Google Home or Android phone.

+