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.
2 parents 6d28283 + 6d70580 commit 84855c1Copy full SHA for 84855c1
plugwise/__init__.py
@@ -1,6 +1,6 @@
1
"""Plugwise module."""
2
3
-__version__ = "0.8.2a5"
+__version__ = "0.8.2a6"
4
5
from plugwise.smile import Smile
6
from plugwise.stick import stick
plugwise/smile.py
@@ -654,6 +654,9 @@ def get_all_devices(self):
654
if appliance in thermo_locations[loc_id]["slaves"]:
655
details["class"] = "thermo_sensor"
656
657
+ if details["name"] == "Anna" and not self.single_master_thermostat():
658
+ details["model"] = "Zone Thermostat"
659
+
660
devices[appliance] = details
661
662
group_data = self.get_group_switches()
0 commit comments