Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
odya committed Aug 18, 2024
1 parent 476a360 commit f339a1e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@ If you use [HACS](https://hacs.xyz/) you can install and update this component.

### Manual

Download and unzip or clone this repository and copy `custom_components/ina219_ups_hat/` to your configuration directory of Home Assistant, e.g. `~/.homeassistant/custom_components/`.
Download and unzip or clone this repository and copy content of `custom_components/ina219_ups_hat/` to your configuration directory of Home Assistant, e.g. `~/.homeassistant/custom_components/ina219_ups_hat/`.

In the end your file structure should look like that:

```
~/.homeassistant/custom_components/ina219_ups_hat/__init__.py
~/.homeassistant/custom_components/ina219_ups_hat/manifest.json
~/.homeassistant/custom_components/ina219_ups_hat/sensor.py
~/.homeassistant/custom_components/ina219_ups_hat/binary_sensor.py
~/.homeassistant/custom_components/ina219_ups_hat/const.py
~/.homeassistant/custom_components/ina219_ups_hat/ina219.py
~/.homeassistant/custom_components/ina219_ups_hat/ina219_wrapper.py
~/.homeassistant/custom_components/ina219_ups_hat/ina219/ina219.py
~/.homeassistant/custom_components/ina219_ups_hat/soc/provider.py
```

## Configuration
Expand Down

0 comments on commit f339a1e

Please sign in to comment.