From 4cf5a0ae2662ec8410d68d3a68c7da037e227f81 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Fri, 4 Jul 2025 17:26:33 +0100 Subject: [PATCH] Update HomeAssistantApp.mc Fix the 'fixed' comment string. --- source/HomeAssistantApp.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/HomeAssistantApp.mc b/source/HomeAssistantApp.mc index a5647e2..a28209b 100644 --- a/source/HomeAssistantApp.mc +++ b/source/HomeAssistantApp.mc @@ -576,7 +576,7 @@ class HomeAssistantApp extends Application.AppBase { //! Return the Menu construction status. //! - //! @return A string describing the Menu status + //! @return A Boolean indicating if the menu is loaded into the application. // function isHomeAssistantMenuLoaded() as Lang.Boolean { return mHaMenu != null;