Skip to content

Commit 146c0de

Browse files
committed
Other addon generation trial
1 parent c011283 commit 146c0de

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/miscdoc/CaptchaAI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mois gratuit avec la procédure suivante.
99
1. Suivre ce [lien d'affiliation](https://captchaai.com/?from=151169) pour
1010
s'inscrire.
1111
2. Demander de bénéficier de
12-
[l'offre](https://github.com/mdeweerd/MetersToHA/issues/8#issuecomment-1704032953)
12+
[l'offre](https://github.com/mdeweerd/meterstoha/issues/8#issuecomment-1704032953)
1313
à travers un Ticket
1414
([Home>Dashboard>Tickets](https://captchaai.com/tickets.php#?from=151169)>New Ticket):
1515

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ lorsque l'add-on doit alimenter le Home Assistant de la même installation
360360

361361
#### Home Assistant Add-On - méthode manuelle
362362

363-
Ajouter https://github.com/mdeweerd/MetersToHA comme Dépôt à travers le
363+
Ajouter https://github.com/mdeweerd/meterstoha comme Dépôt à travers le
364364
menu:
365365

366366
- Aller vers Modules Complémentaires>Boutique des modules complémentaires>⋮
@@ -378,7 +378,7 @@ menu:
378378

379379
Un clic sur le bouton suivant va vous ouvrir une page de redirection de HA.
380380

381-
[![Ouvrir votre instance Home Assistant et afficher la page de configuration du add-on.](https://my.home-assistant.io/badges/supervisor_addon.svg)](https://my.home-assistant.io/redirect/supervisor_addon/?addon=9120b5c7_meterstoha&repository_url=https%3A%2F%2Fgithub.com%2Fmdeweerd%2FMetersToHA)
381+
[![Ouvrir votre instance Home Assistant et afficher la page de configuration du add-on.](https://my.home-assistant.io/badges/supervisor_addon.svg)](https://my.home-assistant.io/redirect/supervisor_addon/?addon=9120b5c7_meterstoha&repository_url=https%3A%2F%2Fgithub.com%2Fmdeweerd%2Fmeterstoha)
382382

383383
Ensuite un click sur le crayon (si c'est la première fois) pour mettre
384384
votre domaine (enregistré en local):
@@ -497,7 +497,7 @@ Cette procédure suppose que HACS est déjà actif et configuré pour
497497
`AppDaemon`. Ainsi que `AppDaemon` soit activé.
498498

499499
1. Ajouter
500-
[GitHub - mdeweerd/MetersToHA](https://github.com/mdeweerd/MetersToHA)
500+
[GitHub - mdeweerd/meterstoha](https://github.com/mdeweerd/MetersToHA)
501501
comme source de type AppDaemon:
502502

503503
![](images/AjoutDepot.png)
@@ -1081,8 +1081,8 @@ Récupération initiale:
10811081

10821082
```shell
10831083
cd REPERTOIRE_DE_DESTIONATION
1084-
git clone https://github.com/mdeweerd/MetersToHA
1085-
cd MetersToHA
1084+
git clone https://github.com/mdeweerd/meterstoha
1085+
cd meterstoha
10861086
10871087
pip3 install -r requirements.txt
10881088
# ou

addon_meterstoha/DOCS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MetersToHA est plus simple à mettre en place avec ce module complémentaire
55
## Configuration
66

77
Pour plus d'information voir
8-
[https://github.com/mdeweerd/MetersToHA](https://github.com/mdeweerd/MetersToHA).
8+
[https://github.com/mdeweerd/meterstoha](https://github.com/mdeweerd/meterstoha).
99

1010
Des options sont nécessaires, cela dépend de votre situation lesquelles.
1111
Par exemple, les options "GRDF" sont inutiles si vous cherchez seulement à
@@ -59,7 +59,7 @@ qu'actuellement.
5959
## Changelog & Releases
6060

6161
Voir l'historique "Git" sur
62-
[https://github.com/mdeweerd/MetersToHA](https://github.com/mdeweerd/MetersToHA)
62+
[https://github.com/mdeweerd/meterstoha](https://github.com/mdeweerd/meterstoha)
6363
pour le moment.
6464

6565
## Débogue
@@ -81,7 +81,7 @@ utiles.
8181
## Support
8282
8383
Faire une demande sur
84-
[https://github.com/mdeweerd/MetersToHA/issues](https://github.com/mdeweerd/MetersToHA/issues)
84+
[https://github.com/mdeweerd/meterstoha/issues](https://github.com/mdeweerd/meterstoha/issues)
8585
ou le forum
8686
[Home Assistatn Communauté Francophone](https://forum.hacf.fr/).
8787

addon_meterstoha/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: MetersToHA
33
version: dev
44
slug: meterstoha
55
description: MetersToHA add-on for Home Assistant
6-
url: https://github.com/mdeweerd/MetersToHA
6+
url: https://github.com/mdeweerd/meterstoha
77
homeassistant_api: true
88
map:
99
- addon_config:rw
@@ -70,4 +70,4 @@ schema:
7070
domoticz_server: url?
7171
domoticz_idx: str?
7272
git_version: str?
73-
# image: ghcr.io/mdeweerd/MetersToHA/addon_meterstoha/{arch}
73+
# image: ghcr.io/mdeweerd/meterstoha/addon_meterstoha/{arch}

addon_meterstoha/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if bashio::config.has_value "git_version" ; then
2323
GIT_VERSION_STR="${GIT_VERSION/\"/\\\"}"
2424
fi
2525

26-
git clone --depth=1 "https://github.com/mdeweerd/MetersToHA.git" --no-checkout MetersToHA
26+
git clone --depth=1 "https://github.com/mdeweerd/meterstoha.git" --no-checkout MetersToHA
2727
(
2828
cd MetersToHA || exit 255
2929
git sparse-checkout set apps

apps/meters_to_ha/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"codeowners": [
44
"@mdeweerd"
55
],
6-
"documentation": "https://github.com/mdeweerd/MetersToHA",
7-
"issue_tracker": "https://github.com/mdeweerd/MetersToHA/issues",
6+
"documentation": "https://github.com/mdeweerd/meterstoha",
7+
"issue_tracker": "https://github.com/mdeweerd/meterstoha/issues",
88
"requirements": [
99
"urllib3>=1.24.2",
1010
"colorama>=0.3.7",

0 commit comments

Comments
 (0)