Skip to content

Commit

Permalink
Update HACS instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnbruckner authored Feb 3, 2024
1 parent 63fc208 commit 5e0b70a
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,39 @@ Also, `last_seen` is important when dealing with packets received out of order f
e.g., due to network delays.

## Installation
### With HACS

<details>
<summary>With HACS</summary>

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://hacs.xyz/)

You can use HACS to manage the installation and provide update notifications.

1. Add this repo as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories/):
1. Add this repo as a [custom repository](https://hacs.xyz/docs/faq/custom_repositories/).
It should then appear as a new integration. Click on it. If necessary, search for "gpslogger".

```text
https://github.com/pnbruckner/ha-gpslogger
```
```text
https://github.com/pnbruckner/ha-gpslogger
```
Or use this button:

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=pnbruckner&repository=ha-gpslogger&category=integration)

1. Download the integration using the appropriate button.

2. Install the integration using the appropriate button on the HACS Integrations page. Search for "gpslogger".
</details>

### Manual
<details>
<summary>Manual</summary>

Place a copy of the files from [`custom_components/gpslogger`](custom_components/gpslogger)
in `<config>/custom_components/gpslogger`,
where `<config>` is your Home Assistant configuration directory.

>__NOTE__: When downloading, make sure to use the `Raw` button from each file's page.
</details>

## Setup

Please see the standard [GPSLogger](https://www.home-assistant.io/integrations/gpslogger/) documentation for basic set up.
Expand Down

0 comments on commit 5e0b70a

Please sign in to comment.