Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Dec 22, 2023
1 parent 2a95295 commit 74e8295
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,21 @@ Restart Home Assistant a final time
In the HA UI go to Settings -> Integrations click "+" and search for "Battery Notes"

### Manual Installation

Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
If you do not have a `custom_components` directory (folder) there, you need to create it.
In the `custom_components` directory (folder) create a new folder called `battery_notes`.
Download _all_ the files from the `custom_components/battery_notes/` directory (folder) in this repository.
Place the files you downloaded in the new directory (folder) you created.
Restart Home Assistant
Add the following entry to your `configuration.yaml`
<details>
<summary>More Details</summary>

* Using your tool of choice open the folder for your HA configuration (where you find `configuration.yaml`).
* If you do not have a `custom_components` folder there, you need to create it.
* In the `custom_components` folder create a new folder called `battery_notes`.
* Download _all_ the files from the `custom_components/battery_notes/` folder in this repository.
* Place the files you downloaded in the new folder you created.
* Add the following entry to your `configuration.yaml`
```
battery_notes:
```
Restart Home Assistant a final time
In the HA UI go to Settings -> Integrations click "+" and search for "Battery Notes"

* Restart Home Assistant
* In the HA UI go to Settings -> Integrations click "+" and search for "Battery Notes"
</details>

## Configuration is done in the UI

Expand Down Expand Up @@ -85,7 +86,6 @@ Unfortunately where there are multiple integrations associated with a device Hom
Go into Settings -> Integrations -> Battery Notes and click Configure on the device you want to edit.

* How can I show my support?
If you can add a device to the library that really helps grow the usefulness of this integration or you can
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/codechimp)


Expand Down

0 comments on commit 74e8295

Please sign in to comment.