Skip to content

Commit 73ad65f

Browse files
committed
Fix typo
1 parent a57e010 commit 73ad65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/legacy/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ async def set_switch_state(
251251
appl_name = appliance.find("name").text
252252
appl_type = appliance.find("type").text
253253
data = (
254-
f'<appliances><appliance id="{appl_id}"><name><![CDATA[{appl_name}]></name>'
254+
f'<appliances><appliance id="{appl_id}"><name><![CDATA[{appl_name}]]></name>'
255255
f"<description><![CDATA[]]></description><type><![CDATA[{appl_type}]]></type>"
256256
f"<{switch.actuator}><{switch.func_type}><lock>{state}</lock></{switch.func_type}></{switch.actuator}>"
257257
"</appliance></appliances>"

0 commit comments

Comments
 (0)