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

+ + + + + + + + + + + + + +