Skip to content

Commit 8acd697

Browse files
Updated pcomfortcloud to 0.0.18
1 parent 7e322ef commit 8acd697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/panasonic_cc/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"documentation": "https://github.com/sockless-coding/panasonic_cc/",
66
"dependencies": [],
77
"codeowners": ["sockless-coding"],
8-
"requirements": ["pcomfortcloud==0.0.17"]
8+
"requirements": ["pcomfortcloud==0.0.18"]
99
}

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)
130+
return round(self._api.current_power,2)M,|m,
131131
return None
132132

133133
@property

0 commit comments

Comments
 (0)