We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b23c44 commit 1e83f06Copy full SHA for 1e83f06
src/components/devices/shelly/device.vue
@@ -18,7 +18,7 @@
18
notSelected="Bitte auswählen"
19
:options="[
20
{ value: 1, text: 'Shelly 1pm' },
21
- { value: 2, text: 'Shelly 1pm plus' },
+ { value: 2, text: 'Shelly 1pm plus/ Shelly Pro3EM' },
22
]"
23
:model-value="configuration.generation"
24
@update:model-value="
0 commit comments