Skip to content

Commit cd7a607

Browse files
authored
Merge pull request #2 from biofects/fix-installation
Rollback Hacs and updated Readme
2 parents 027b2fe + bda65a8 commit cd7a607

2 files changed

Lines changed: 36 additions & 18 deletions

File tree

README.md

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
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-
7672
1. Ensure [HACS](https://hacs.xyz/) is installed in your Home Assistant.
7773
2. Open the HACS panel, click the three dots in the top-right corner, and select **"Custom Repositories."**
7874
3. 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
8177
4. Click **"Add,"** then navigate to the **"Theme"** tab, click **"+ Explore & Download Repositories"** and search for "Biofects."
8278
5. Install the theme and restart Home Assistant.
8379
6. 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
107134
This project is licensed under the MIT License.
108-

hacs.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{
22
"name": "Enhanced Biofects Theme",
3-
"content_in_root": false,
43
"domains": ["frontend"],
54
"homeassistant": "2023.0.0",
65
"description": "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.",
7-
"render_readme": true,
8-
"filename": "themes/Enhanced-Biofects.yaml",
9-
"zip_release": true,
10-
"hide_default_branch": true,
11-
"country": ["ALL"],
12-
"resources": [
13-
"www/backgrounds/enhanced-biofects.png"
14-
]
6+
"render_readme": true
157
}

0 commit comments

Comments
 (0)