diff --git a/public/manifest.json b/public/manifest.json
index 42884d8..6f6dfd7 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -12,7 +12,12 @@
}
],
"SupportedInMultiActions": true,
- "UUID": "de.perdoctus.streamdeck.homeassistant.entity"
+ "UUID": "de.perdoctus.streamdeck.homeassistant.entity",
+ "Controllers": ["Keypad", "Encoder"],
+ "Encoder": {
+ "layout": "$A0",
+ "StackColor": "#AABBCC"
+ }
},
{
diff --git a/src/components/PiComponent.vue b/src/components/PiComponent.vue
index 3dfa7ff..34485c1 100644
--- a/src/components/PiComponent.vue
+++ b/src/components/PiComponent.vue
@@ -42,7 +42,7 @@
-
Button appearance
+
{{ controllerType }} appearance
@@ -115,19 +115,54 @@
-
Button actions
-
-
Short Press
-
-
-
Long Press
-
+
{{ controllerType }} actions
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Available variables
+
+ {{ ticks }} - The number of ticks the dial was
+ rotated (negative value for left turn, positive value for right turn).
+
+
+ {{ rotationPercent }} - A number between 0 and 100
+ that represents the rotation percentage value of the dial.
+
+
+ {{ rotationAbsolute }} - A number between 0 and 255
+ that represents the absolute rotation value of the dial.
+
+
+
+
+
+