55 <img src =" images/enhanced-biofects-ui.png " alt =" Enhanced Biofects UI Theme " width =" 400 " />
66 <img src =" images/enhanced-biofects-custom.png " alt =" Enhanced Biofects custom theme " width =" 400 " />
77</p >
8+ ---
9+ ## 💸 Donations Welcome!
10+ If you find this theme useful, please consider donating. Your support is greatly appreciated!
811
12+ [ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TWRQVYJWC77E6 )
913---
1014
1115## 🔍 About this Theme
@@ -39,12 +43,6 @@ My Home Assistant runs in Docker on a server. I don't use the supervised version
3943 - 🌀 Fans
4044 - And much more to come!
4145
42- ---
43-
44- ## 💸 Donations Welcome!
45- If you find this theme useful, please consider donating. Your support is greatly appreciated!
46-
47- [ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TWRQVYJWC77E6 )
4846
4947---
5048
@@ -71,8 +69,6 @@ These are the essential plugins that helped me craft my use of the Enhanced Biof
7169
7270### HACS (Recommended)
7371
74- #### Step-by-Step Guide
75-
76721 . Ensure [ HACS] ( https://hacs.xyz/ ) is installed in your Home Assistant.
77732 . Open the HACS panel, click the three dots in the top-right corner, and select ** "Custom Repositories."**
78743 . Add the following URL as a ** Custom Repository** :
@@ -81,8 +77,39 @@ These are the essential plugins that helped me craft my use of the Enhanced Biof
81774 . Click ** "Add,"** then navigate to the ** "Theme"** tab, click ** "+ Explore & Download Repositories"** and search for "Biofects."
82785 . Install the theme and restart Home Assistant.
83796 . Go to ** User Profile** in Home Assistant and select the Enhanced Biofects theme.
80+ 7 . Set up background image: (Need to figure out how to have hacs place the image in the correct folder)
81+ ```
82+ # Create backgrounds directory if it doesn't exist
83+ mkdir -p /config/www/backgrounds
84+ ```
85+ ```
86+ # Copy background image
87+ copy enhanced-biofects.png /config/www/backgrounds/enhanced-biofects.png
88+ 8. Restart Home Assistant
8489
8590---
91+ ## Manual installation
92+ 1. Create Theme Folder
93+ ```
94+ # Create Enhanced Biofects Theme Folder
95+ mkdir -p /config/themes/Enhanced-Biofects
96+ ```
97+ 2. Copy the file `Enhanced-Biofects.yaml` into your Home Assistant themes folder
98+ ```
99+ # Copy the file `Enhanced-Biofects.yaml` into your Home Assistant themes folder
100+ cp Enhanced-Biofects.yaml /config/themes/Enhanced-Biofects
101+ ```
102+ 3. Set up background image: (Need to figure out how to have hacs place the image in the correct folder)
103+ ```
104+ # Create backgrounds directory if it doesn't exist
105+ mkdir -p /config/www/backgrounds
106+ ```
107+ ```
108+ # Copy background image
109+ copy enhanced-biofects.png /config/www/backgrounds/enhanced-biofects.png
110+ 4 . Restart Home Assistant
111+
112+
86113
87114## 🛠 How I Created My Layouts
88115
@@ -105,4 +132,3 @@ If you encounter bugs or have feature requests, feel free to [open an issue](htt
105132
106133## 📜 License
107134This project is licensed under the MIT License.
108-
0 commit comments