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!
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.
- 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.
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
- 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.yaml
into 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.
This project is licensed under the MIT License.