A simple HACS frontend integration that hides the "Home Assistant Cloud" menu item from your Home Assistant sidebar.
If you prefer not to see the Home Assistant Cloud option in your sidebar menu, this integration will cleanly hide it from view while keeping all other functionality intact.
- ✅ Automatically hides the "Home Assistant Cloud" menu item
- ✅ Works across all Home Assistant pages and navigation and on mobile devices
- ✅ Handles dynamic sidebar updates and route changes
- ✅ Lightweight and efficient
- ✅ No configuration needed
- Open HACS in your Home Assistant instance
- Click the three dots menu (⋮) in the top right corner
- Select "Custom repositories"
- Add this repository URL:
https://github.com/mindtricksdev/hacloudhider - Select "Dashboard" as the category
- Click "Add"
- Find "Home Assistant Cloud Hider" in the list and click "Download"
- Restart Home Assistant
- Download the
cloud_hider.jsfile from the latest release - Copy it to your
config/www/directory - Add the following to your
configuration.yaml:
frontend:
extra_module_url:
- /local/cloud_hider.js- Restart Home Assistant
The integration uses a lightweight JavaScript module that:
- Monitors the DOM for the Home Assistant Cloud menu item
- Hides it using CSS
display: none - Continues to monitor for navigation changes and sidebar updates
- Re-hides the element if it reappears during dynamic updates
The script is designed to be efficient and only runs the hiding logic when necessary.
- ✅ Home Assistant 2023.1+
- ✅ All modern browsers
- ✅ Works with custom themes
- ✅ Compatible with other frontend integrations
- Ensure you've restarted Home Assistant after installation
- Check browser console for any JavaScript errors
- Try clearing your browser cache
- Verify the integration is properly loaded in HACS
You can still access Home Assistant Cloud settings directly via URL: /config/cloud
Issues and pull requests are welcome! Please feel free to contribute improvements or report bugs.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find this integration useful, consider:
- ⭐ Starring this repository
- 🐛 Reporting issues
- 💡 Suggesting improvements
Note: This integration only hides the visual menu item. It does not disable or affect Home Assistant Cloud functionality in any way.