Skip to content

Commit 62ff822

Browse files
authored
Fix typo (#213)
1 parent 3c7184b commit 62ff822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/sigen/switch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class SigenergySwitchEntityDescription(SwitchEntityDescription):
5454
),
5555
SigenergySwitchEntityDescription(
5656
key="plant_remote_ems_enable",
57-
name="Remote EMS (Controled by Home Assistant)",
57+
name="Remote EMS (Controlled by Home Assistant)",
5858
icon="mdi:home-assistant",
5959
is_on_fn=lambda data, _: data.get("plant", {}).get("plant_remote_ems_enable") == 1,
6060
turn_on_fn=lambda coordinator, _: coordinator.async_write_parameter("plant", None, "plant_remote_ems_enable", 1),

0 commit comments

Comments
 (0)