From f12c4e599ad177d507b0f54a72884123abc0fd4b Mon Sep 17 00:00:00 2001 From: Christoph Giesche Date: Sun, 8 Sep 2024 17:37:23 +0200 Subject: [PATCH] Fixed accidential removed feature :D --- src/components/PiComponent.vue | 85 ++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 39 deletions(-) diff --git a/src/components/PiComponent.vue b/src/components/PiComponent.vue index 756808c..8fd776f 100644 --- a/src/components/PiComponent.vue +++ b/src/components/PiComponent.vue @@ -29,7 +29,8 @@
-
@@ -87,51 +92,53 @@
-
- - -
+
+ + +
-
-
+
+
-
- Available variables -
{{ attr }}
-
-
+
+ Available variables +
{{ attr }}
+
+
- +
+ + +
+
+ + +
+
+

{{ controllerType }} actions

@@ -317,7 +324,7 @@ onMounted(() => { }) function updateManifest() { - console.log("Updating manifest.") + console.log('Updating manifest.') axios.get('https://cdn.jsdelivr.net/gh/cgiesche/streamdeck-homeassistant@master/public/config/manifest.yml') .then(response => this.manifest = yaml.load(response.data)) .catch(error => console.log(`Failed to download updated manifest.yml: ${error}`))