Skip to content

Commit d303a7d

Browse files
XiaoLing-gitfrenck
authored andcommitted
Fix Switchbot cloud plug mini current unit Issue (home-assistant#148314)
1 parent 14f059c commit d303a7d

File tree

1 file changed

+2
-2
lines changed
  • homeassistant/components/switchbot_cloud

1 file changed

+2
-2
lines changed

homeassistant/components/switchbot_cloud/sensor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@
113113
),
114114
"Plug Mini (US)": (
115115
VOLTAGE_DESCRIPTION,
116-
CURRENT_DESCRIPTION_IN_A,
116+
CURRENT_DESCRIPTION_IN_MA,
117117
),
118118
"Plug Mini (JP)": (
119119
VOLTAGE_DESCRIPTION,
120-
CURRENT_DESCRIPTION_IN_A,
120+
CURRENT_DESCRIPTION_IN_MA,
121121
),
122122
"Hub 2": (
123123
TEMPERATURE_DESCRIPTION,

0 commit comments

Comments
 (0)