Skip to content

Commit 54e967f

Browse files
authored
Update README.md
1 parent 4fa9cae commit 54e967f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ This platform creates a composite device tracker from one or more other device t
44

55
Currently device_tracker's with a source_type of bluetooth, bluetooth_le, gps or router are supported, as well as binary_sensor's.
66

7-
## Installation
8-
9-
Follow either the HACS or manual installation instructions below.
7+
Follow the installation instructions below.
108
Then add the desired configuration. Here is an example of a typical configuration:
119

1210
```yaml
@@ -19,13 +17,9 @@ device_tracker:
1917
- device_tracker.platform2_me
2018
```
2119
22-
### HACS
23-
24-
See [HACS](https://github.com/custom-components/hacs).
25-
26-
### Manual
20+
## Installation
2721
28-
Alternatively, place a copy of:
22+
Place a copy of:
2923
3024
[`__init__.py`](custom_components/composite/__init__.py) at `<config>/custom_components/composite/__init__.py`
3125
[`const.py`](custom_components/composite/const.py) at `<config>/custom_components/composite/const.py`

0 commit comments

Comments
 (0)