Skip to content

Commit

Permalink
Merge pull request ldotlopez#60 from Sumolari/patch-1
Browse files Browse the repository at this point in the history
Fix typos in README.md
  • Loading branch information
ldotlopez authored Dec 30, 2023
2 parents ef53f59 + a47c585 commit 4713efc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Además es necesario disponer del perfil de "Usuario avanzado". Si no se dispone

### Usando [HACS](https://hacs.xyz/) (recomendado)

1. Copia la dirección de este repositorio: (https://github.com/ldotlopez/ha-ideenergy)[https://github.com/ldotlopez/ha-ideenergy/]
1. Copia la dirección de este repositorio: [https://github.com/ldotlopez/ha-ideenergy](https://github.com/ldotlopez/ha-ideenergy/)

2. Añade este repositorio en HACS como "repositorio manual":

Expand All @@ -71,7 +71,7 @@ A través de custom_components o [HACS](https://hacs.xyz/)

1. Descarga o clona este repositorio: [https://github.com/ldotlopez/ha-ideenergy](https://github.com/ldotlopez/ha-ideenergy)

2. Copia la carpeta [custom_components/ide](custom_components/ideenergy) en tu carpeta `custom_components` de tu instalación de Home Assistant.
2. Copia la carpeta `custom_components/ideenergy` en tu carpeta `custom_components` de tu instalación de Home Assistant.

3. Reinicia Home Assistant
4. Configura la integración
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ This integration requires an **advanced** user profile on i-DE website.

* Support for multiple contracts (service points).

* Configuration through [Home Assistant Interface](https://developers.home-assistant.io/docs/
config_entries_options_flow_handler) without the need to edit YAML files.
* Configuration through [Home Assistant Interface](https://developers.home-assistant.io/docs/config_entries_options_flow_handler) without the need to edit YAML files.

* Update algorithm to read the meter near the end of each hourly period (between minute 50 and 59)
with a better representation of consumption in the Home Assistant energy panel.
Expand All @@ -49,7 +48,7 @@ It also necessary to have an "Advanced User" profile. Should you not have one al

### Using [HACS](https://hacs.xyz/) (recommended)

1. Copy this repository URL: (https://github.com/ldotlopez/ha-ideenergy)[https://github.com/ldotlopez/ha-ideenergy/]
1. Copy this repository URL: [https://github.com/ldotlopez/ha-ideenergy](https://github.com/ldotlopez/ha-ideenergy/)

2. In the HACS section, add this repository as a custom one:

Expand All @@ -74,9 +73,9 @@ It also necessary to have an "Advanced User" profile. Should you not have one al

### Manually

1. Download/clone this repository: (https://github.com/ldotlopez/ha-ideenergy)[https://github.com/ldotlopez/ha-ideenergy/]
1. Download/clone this repository: [https://github.com/ldotlopez/ha-ideenergy](https://github.com/ldotlopez/ha-ideenergy/)

2. Copy the [custom_components/ide](custom_components/ideenergy) folder into your custom_components folder into your HA installation
2. Copy the `custom_components/ideenergy` folder into your custom_components folder into your HA installation

3. Restart HA

Expand Down

0 comments on commit 4713efc

Please sign in to comment.