Skip to content

Commit

Permalink
Shoutout to @ic-dev21
Browse files Browse the repository at this point in the history
  • Loading branch information
valleedelisle committed Mar 7, 2023
1 parent 31a621f commit 8cd144e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: codespell
args:
- --skip=""./.*,*.json,./README.md"
- --quiet-level=4
- --quiet-level=10
- -L ba,hass,que,bord
exclude_types: [json]
- repo: https://github.com/PyCQA/flake8
Expand Down
6 changes: 4 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![discord][discord-shield]][discord]


**BETA**
**BETA**

This is a beta release. There will be some bugs, issues, etc. Please bear with us and open issues in the repo.

Expand All @@ -36,6 +36,8 @@ developers.
Big shout out to [Francis Poisson](https://github.com/francispoisson/) who's the original author of this integration. Without the work
he put into this integration, I would probably have never even considered Hilo.

Another big shout out to @ic-dev21 for his implication at multiple levels.

I decided to move the integration here because of the latest updates from Hilo broke the original one and I took the time to completely
rewrite it. Hilo is now pushing device readings via websocket from SignalR.

Expand All @@ -54,7 +56,7 @@ rewrite it. Hilo is now pushing device readings via websocket from SignalR.
- unit and functional tests
- [Adding type hints to the code](https://developers.home-assistant.io/docs/development_typing/)
- Now available [here](https://github.com/dvd-dev/python-hilo)
- Map send energy meters automatically to enegery dashboard
- Map send energy meters automatically to enegry dashboard


## Installation
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Si vous souhaitez aider avec le développement de cette intégration, vous pouve

Gros merci à [Francis Poisson](https://github.com/francispoisson/) qui est l'auteur de l'intégration originale. Sans le travail qu'il a fait sur cette intégration, je n'aurais probablement jamais considéré utiliser Hilo.

Un autre gros merci à @ic-dev21 pour son implication à plusieurs niveau.

J'ai décidé de déplacer l'intégration ici car la dernière mise à jour de Hilo a brisé l'original et j'ai pris le temps de complètement la récrire. Hilo pousse maintenant les lectures des appareils via websocket de SignalR.

### Caractéristiques.
Expand Down Expand Up @@ -121,7 +123,7 @@ Home Assistant. Il vous suffit d'ajouter une ligne comme celle-ci dans votre `co
Après leur création, il faut manuellement ajouter les capteurs au dashboard Energy.
### Autres options de configruation
### Autres options de configuration
D'autres options sont disponibles sous le bouton "Configurer" dans Home Assistant:
Expand Down

0 comments on commit 8cd144e

Please sign in to comment.