Skip to content

Commit 6cd98d1

Browse files
Fixed bug where nanoe value wasn't returned
1 parent d8e335e commit 6cd98d1

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
@@ -1,7 +1,7 @@
11
{
22
"domain": "panasonic_cc",
33
"name": "Panasonic Comfort Cloud",
4-
"version": "1.0.27",
4+
"version": "1.0.28",
55
"config_flow": true,
66
"documentation": "https://github.com/sockless-coding/panasonic_cc/",
77
"dependencies": [],

custom_components/panasonic_cc/panasonic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def eco_mode(self) -> Optional[str]:
207207

208208
@property
209209
def nanoe_mode(self):
210-
self._nanoe_mode
210+
return self._nanoe_mode
211211

212212
@property
213213
def energy_sensor_enabled(self):

0 commit comments

Comments
 (0)