From 3865c1943c57b878d400597d0124504063829055 Mon Sep 17 00:00:00 2001 From: Timmo Date: Fri, 12 Jul 2019 23:31:38 +0100 Subject: [PATCH 01/10] :hammer: Fix mqtt dev tools missing class (#3359) --- .../mqtt/developer-tools-mqtt.js | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/panels/developer-tools/mqtt/developer-tools-mqtt.js b/src/panels/developer-tools/mqtt/developer-tools-mqtt.js index a2e80c0d94..ceaef39b4c 100644 --- a/src/panels/developer-tools/mqtt/developer-tools-mqtt.js +++ b/src/panels/developer-tools/mqtt/developer-tools-mqtt.js @@ -38,20 +38,22 @@ class HaPanelDevMqtt extends PolymerElement { > - -
- +
+ +
+ - -
-
- Publish -
-
+ +
+
+ Publish +
+ +
`; } From e36454f08faedc1d125f3539fc09a2eddd35cad0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 12 Jul 2019 22:36:36 -0700 Subject: [PATCH 02/10] Fix token card not showing (#3362) --- src/panels/profile/ha-panel-profile.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/panels/profile/ha-panel-profile.js b/src/panels/profile/ha-panel-profile.js index e8ccba74ae..1cefa17524 100644 --- a/src/panels/profile/ha-panel-profile.js +++ b/src/panels/profile/ha-panel-profile.js @@ -55,7 +55,10 @@ class HaPanelProfile extends EventsMixin(LocalizeMixin(PolymerElement)) { - +
[[localize('panel.profile')]]
@@ -104,7 +107,7 @@ class HaPanelProfile extends EventsMixin(LocalizeMixin(PolymerElement)) { + > Date: Sat, 13 Jul 2019 02:45:27 -0400 Subject: [PATCH 03/10] 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. --- src/panels/config/cloud/account/cloud-alexa-pref.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/panels/config/cloud/account/cloud-alexa-pref.ts b/src/panels/config/cloud/account/cloud-alexa-pref.ts index 9e140f0e0d..dcbeee76be 100644 --- a/src/panels/config/cloud/account/cloud-alexa-pref.ts +++ b/src/panels/config/cloud/account/cloud-alexa-pref.ts @@ -41,8 +41,12 @@ export class CloudAlexaPref extends LitElement { control all your Home Assistant devices via any Alexa-enabled device.