From ee964ce8825e29ce9d8b5bc34dc0f69ff16b1443 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Fri, 11 Jul 2025 01:11:00 +0100 Subject: [PATCH] Update HomeAssistantMenuItemFactory.mc Function documentation fix. --- source/HomeAssistantMenuItemFactory.mc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/HomeAssistantMenuItemFactory.mc b/source/HomeAssistantMenuItemFactory.mc index 2a881ae..d76c3f1 100644 --- a/source/HomeAssistantMenuItemFactory.mc +++ b/source/HomeAssistantMenuItemFactory.mc @@ -70,10 +70,7 @@ class HomeAssistantMenuItemFactory { //! @param label Menu item label. //! @param entity_id Home Assistant Entity ID (optional) //! @param template Template for Home Assistant to render (optional) - //! @param options A list of Boolean options - //! @param exit Should the service call complete and then exit? - //! @param confirm Should this menu item selection be confirmed? - //! @param pin Should this menu item selection request the security PIN? + //! @param options Menu item options to be passed on, including both SDK and menu options, e.g. exit, confirm & pin. // function toggle( label as Lang.String or Lang.Symbol,