Skip to content

Commit 067f6ab

Browse files
committed
Remove HACS failing check, add Readme info for HACS installation
1 parent 085d5b3 commit 067f6ab

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

.github/workflows/validate.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77
- cron: "0 0 * * *"
88

99
jobs:
10-
validate_hacs:
11-
runs-on: "ubuntu-latest"
12-
steps:
13-
- uses: "actions/checkout@v2"
14-
- name: HACS validation
15-
uses: "hacs/action@main"
16-
with:
17-
category: "plugin"
10+
# validate_hacs:
11+
# runs-on: "ubuntu-latest"
12+
# steps:
13+
# - uses: "actions/checkout@v2"
14+
# - name: HACS validation
15+
# uses: "hacs/action@main"
16+
# with:
17+
# category: "plugin"
1818
validate_hassfest:
1919
runs-on: "ubuntu-latest"
2020
steps:

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,21 @@ If you run Home Assistant in a virtual machine, you have to connect your compute
6363
- On VirtualBox: Devices > USB devices > (Your Bluetooth device i.e. Intel Wireless Bluetooth)
6464

6565
## Setup instructions
66-
### Copying into custom_components folder
66+
67+
### Automatic: add repository to HACS
68+
1. Make sure [HACS](https://hacs.xyz/) is installed.
69+
2. Go to HACS > Frontend > Three dots > Custom repositories
70+
3. Add `https://github.com/mathoudebine/homeassistant-timebox-mini` as a custom repository (category: integration)
71+
4. Install "Timebox Mini service" that appeared in your Integrations tab
72+
73+
### Manual: Copying into custom_components folder
6774
Create a directory `custom_components` in your Home-Assistant configuration directory.
6875
Copy the whole [custom_components/timebox_mini](custom_components/timebox_mini) folder from this project into the newly created directory `custom_components`.
6976

7077
The result of your copy action(s) should yield a directory structure like so:
7178

7279
```
73-
.homeassistant/
80+
homeassistant/
7481
|-- custom_components/
7582
| |-- timebox_mini/
7683
| |-- animations/*.gif

0 commit comments

Comments
 (0)