Skip to content

Commit 0daac7a

Browse files
committed
Don't name gateway as Smile ...
1 parent 1babeba commit 0daac7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ def all_appliances(self):
295295
if appliance_class == "gateway":
296296
self.gateway_id = appliance.attrib["id"]
297297
appliance_fw = self.smile_version[0]
298-
appliance_model = self.smile_name
299-
appliance_name = f"Smile {self.smile_name}"
298+
appliance_model = appliance_name = self.smile_name
300299
appliance_v_name = "Plugwise B.V."
301300

302301
if appliance_class in [

0 commit comments

Comments
 (0)