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 3c7184b commit 62ff822Copy full SHA for 62ff822
custom_components/sigen/switch.py
@@ -54,7 +54,7 @@ class SigenergySwitchEntityDescription(SwitchEntityDescription):
54
),
55
SigenergySwitchEntityDescription(
56
key="plant_remote_ems_enable",
57
- name="Remote EMS (Controled by Home Assistant)",
+ name="Remote EMS (Controlled by Home Assistant)",
58
icon="mdi:home-assistant",
59
is_on_fn=lambda data, _: data.get("plant", {}).get("plant_remote_ems_enable") == 1,
60
turn_on_fn=lambda coordinator, _: coordinator.async_write_parameter("plant", None, "plant_remote_ems_enable", 1),
0 commit comments