We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5fb90 commit 21b6caeCopy full SHA for 21b6cae
plugwise/__init__.py
@@ -330,7 +330,7 @@ def _get_device_data(self, dev_id: str) -> DeviceData:
330
device_data["sensors"]["outdoor_temperature"] = outdoor_temperature
331
self._count += 1
332
333
- # Show the allowed regulation modes
+ # Show the allowed regulation modes for Adam
334
if self._reg_allowed_modes:
335
device_data["regulation_modes"] = self._reg_allowed_modes
336
0 commit comments