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 60ecb76 commit 49a2025Copy full SHA for 49a2025
plugwise/helper.py
@@ -295,8 +295,8 @@ def all_appliances(self):
295
if appliance_class == "gateway":
296
self.gateway_id = appliance.attrib["id"]
297
appliance_fw = self.smile_version[0]
298
- appliance_model = f"Smile {self.smile_name}"
299
- appliance_name = self.smile_name
+ appliance_model = self.smile_name
+ appliance_name = f"Smile {self.smile_name}"
300
appliance_v_name = "Plugwise B.V."
301
302
if appliance_class in [
0 commit comments