Skip to content

Commit 3e9cc0d

Browse files
authored
Add note about HACS to readme
1 parent 8a403e6 commit 3e9cc0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ device_tracker:
1818
```
1919
2020
## Installation
21+
### Manual
2122
2223
Place a copy of:
2324
@@ -30,6 +31,9 @@ where `<config>` is your Home Assistant configuration directory.
3031

3132
>__NOTE__: Do not download the file by using the link above directly. Rather, click on it, then on the page that comes up use the `Raw` button.
3233

34+
### With HACS
35+
You can use [HACS](https://hacs.xyz/) to manage installation and updates by adding this repo as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories/) and then searching for and installing the "Composite" integration.
36+
3337
### numpy on Raspberry Pi
3438

3539
To determine time zone from GPS coordinates (see `time_as` configuration variable below) the package [timezonefinderL](https://pypi.org/project/timezonefinderL/) (by default) is used. That package requires the package [numpy](https://pypi.org/project/numpy/). These will both be installed automatically by HA. Note, however, that numpy on Pi _usually_ requires libatlas to be installed. (See [this web page](https://www.raspberrypi.org/forums/viewtopic.php?t=207058) for more details.) It can be installed using this command:

0 commit comments

Comments
 (0)