Enhanced Biofects Theme is a Home Assistant theme showcases a sleek, futuristic design with a neon blue color scheme and glowing accents. The theme features a dark background with subtle circuit patterns, giving the dashboard a high-tech, sci-fi look. Cards appear to float with illuminated borders, enhancing readability and adding depth. Elements such as the sidebar, clock, and interactive panels have consistent color highlights, creating a cohesive, immersive experience. The dashboard layout efficiently organizes information, including a personalized greeting, daily quotes, weather data, and a to-do list, all accessible at a glance in a visually striking interface. [WIP]
---If you find this theme useful, please consider donating. Your support is greatly appreciated!
or
Enhanced Biofects Theme This custom Home Assistant theme combines a sleek, high-tech look with a practical layout, designed to make smart home interactions more enjoyable and immersive.
- Sci-Fi Aesthetic: A dark background with neon blue accents and circuit-like patterns creates a sophisticated, futuristic vibe.
- Enhanced Readability: Neon-glowing borders around cards and text improve readability, especially in low-light conditions.
- Optimized Layout: Key elements such as weather, to-do lists, calendar events, and daily quotes are prominently displayed for easy access.
- Personalized Design: Adds a "wow" factor to your dashboard, turning it into a unique expression of style.
- Dark Tables: Native and custom-card tables use dark alternating rows with readable white cell text.
- Visible Integration Errors: Broken integrations use a thicker red border, tinted surface, and warning glow.
- Why Use This Theme? -- This theme is ideal for anyone looking to elevate their Home Assistant dashboard with an immersive, sci-fi inspired interface that enhances both aesthetics and usability. Perfect for those who want a personalized, visually appealing, and organized smart home experience.
- Kept dropdown menus aligned with their fields inside dialogs by removing the surface backdrop filter that changed fixed-position coordinate handling.
- Resolves issue #11.
See CHANGELOG.md for the release history.
My Home Assistant runs in Docker on a server. I don't use the supervised version, nor do I send any data to Home Assistant servers. This is my personal choice, despite it requiring more manual management.
I donβt know how it works with HAOS.
-
I prioritize securing my network by blocking phone home calls from IoT devices, ensuring data privacy.
-
My Home Assistant setup includes an array of devices, with plans to expand further. Hereβs a snapshot of what I manage:
- π‘ Hue
- π Tuya
- π Grafana for monitoring
- π Emby for media
- πͺ Door locks
- π Cameras
- π» Local AI (on server)
- π¦ Pi Hole for ad-blocking
- π₯ Full network & server monitoring, including GPU & storage
- π Fans
- And much more to come!
These are the essential plugins that helped me craft my use of the Enhanced Biofects Theme experience:
- ha-biofects-fullmenu - My Home page is a dynamic full page animated enu.
- simple_sticky_note - A simple card to leave real time messages in the card, without leaving the page or popups.
- Sidebar Card β For an easy-to-navigate sidebar.
- Wall Panel β A powerful screen saver.
- Kiosk Mode β Hides UI elements for a streamlined experience.
- Card Mod β Add custom styling to cards.
- layout-card - For my custom layouts
The background image on Settings, Developer Tools, and other non-dashboard pages requires Card Mod to load as a frontend module. A Lovelace resource alone only loads Card Mod on dashboards.
-
In Home Assistant, open Settings > Dashboards, select the three-dot menu, and open Resources.
-
Find the Card Mod resource and note its exact URL, including any query string such as a
hacstagvalue when present. -
Add that same URL under
frontend.extra_module_urlinconfiguration.yaml:frontend: extra_module_url: - /local/community/lovelace-card-mod/card-mod.js
-
Restart Home Assistant, then clear the frontend cache or perform a hard refresh.
Keep the HACS-managed dashboard resource in place. When Card Mod updates, update
the extra_module_url to match the new resource URL.
- Restriction Card β Lock access to things like thermostats. π
- Unifi Gateway
- Unifi Counter Sensors
- Clock Weather Card
- Kiosk Mode β Hides UI elements for a streamlined experience.
- Ensure HACS is installed in your Home Assistant.
- Open the HACS panel, click the three dots in the top-right corner, and select "Custom Repositories."
- Add the following URL as a Custom Repository:
https://github.com/biofects/Enhanced-Biofects
and select "Theme" as the category. - Click "Add," then navigate to the "Theme" tab, click "+ Explore & Download Repositories" and search for "Biofects."
- Install the theme and restart Home Assistant.
- Go to User Profile in Home Assistant and select the Enhanced Biofects theme.
- Set up background image: (Need to figure out how to have hacs place the image in the correct folder)
# Create backgrounds directory if it doesn't exist mkdir -p /config/www/backgrounds# Copy background image copy enhanced-biofects.png /config/www/backgrounds/enhanced-biofects.png - Restart Home Assistant
- Create Theme Folder
# Create Enhanced Biofects Theme Folder mkdir -p /config/themes/Enhanced-Biofects - Copy the file
Enhanced-Biofects.yamlinto your Home Assistant themes folder# Copy the file `Enhanced-Biofects.yaml` into your Home Assistant themes folder cp Enhanced-Biofects.yaml /config/themes/Enhanced-Biofects - Set up background image: (Need to figure out how to have hacs place the image in the correct folder)
# Create backgrounds directory if it doesn't exist mkdir -p /config/www/backgrounds# Copy background image copy enhanced-biofects.png /config/www/backgrounds/enhanced-biofects.png - Restart Home Assistant
To get the layout I wanted with the Enhanced Biofects Theme, I combined various plugins and customization:
- Updated each dashboard to support Wall Panel, Sidebar Card and Kiosk Mode.
- YAML for content and views should be placed above the dashboard views.
- Example using UI and Sections:
ui.yaml - Example With a custom header and Greeting Sensor:
lovelace-dashboard.yaml
- Please note for the Custom Header with greeting and Quote you will need some additional templates and sensors in your configuration yaml files. otherconfigs.yaml
If you encounter bugs or have feature requests, feel free to open an issue on the GitHub repository.
Special thanks to pallemannen for the helpful feedback and support in improving the theme.
This project is licensed under the MIT License.


