fix icon, fix required key not provided @data['oscillating'] error

This commit is contained in:
Billy Chan
2024-02-28 03:34:55 +08:00
parent fa7b321134
commit 6f1a6107c9
2 changed files with 3 additions and 5 deletions

View File

@@ -854,7 +854,7 @@ display:
case 22: // fan
switch (component_id) {
case 17: // bt_oscillate
ha_call_service->execute("fan.oscillate", "", "toggle", detailed_entity->state.c_str());
ha_call_service->execute("fan.oscillate", "", "", detailed_entity->state.c_str());
break;
}
}