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 1babeba commit 0daac7aCopy full SHA for 0daac7a
plugwise/helper.py
@@ -295,8 +295,7 @@ 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 = self.smile_name
299
- appliance_name = f"Smile {self.smile_name}"
+ appliance_model = appliance_name = self.smile_name
300
appliance_v_name = "Plugwise B.V."
301
302
if appliance_class in [
0 commit comments