Skip to content

Commit f8b3e7f

Browse files
feat: Shelly WS90: expose battery voltage (#12670)
1 parent 33101b1 commit f8b3e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/shelly.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ export const definitions: DefinitionWithExtend[] = [
19601960
vendor: "Shelly",
19611961
description: "Weather station",
19621962
extend: [
1963-
m.battery(),
1963+
m.battery({voltage: true}),
19641964
m.illuminance(),
19651965
m.temperature(),
19661966
m.pressure(),

0 commit comments

Comments
 (0)