Skip to content

Commit c0a80dd

Browse files
Removed some stray characters
1 parent 8acd697 commit c0a80dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/panasonic_cc/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def state(self):
127127
if self._device_attribute == ATTR_DAILY_ENERGY:
128128
return round(self._api.daily_energy,2)
129129
if self._device_attribute == ATTR_CURRENT_POWER:
130-
return round(self._api.current_power,2)M,|m,
130+
return round(self._api.current_power,2)
131131
return None
132132

133133
@property

0 commit comments

Comments
 (0)