Update HomeAssistantApp.mc

Fix the 'fixed' comment string.
This commit is contained in:
Philip Abbey
2025-07-04 17:26:33 +01:00
parent b44d4c6155
commit 4cf5a0ae26

View File

@ -576,7 +576,7 @@ class HomeAssistantApp extends Application.AppBase {
//! Return the Menu construction status. //! 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 { function isHomeAssistantMenuLoaded() as Lang.Boolean {
return mHaMenu != null; return mHaMenu != null;