Skip to content

Commit 1e83f06

Browse files
authored
add Shelly Pro3EM as inverter to shelly module (#419)
* add Shelly Pro3EM as inverter to shelly module * add Shelly Pro3EM to UI
1 parent 2b23c44 commit 1e83f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/devices/shelly/device.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
notSelected="Bitte auswählen"
1919
:options="[
2020
{ value: 1, text: 'Shelly 1pm' },
21-
{ value: 2, text: 'Shelly 1pm plus' },
21+
{ value: 2, text: 'Shelly 1pm plus/ Shelly Pro3EM' },
2222
]"
2323
:model-value="configuration.generation"
2424
@update:model-value="

0 commit comments

Comments
 (0)