diff --git a/README.md b/README.md index fba884c..677d6ea 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/Odolc/Temperature/graphs/commit-activity) -[![GitHub contributors](https://img.shields.io/github/contributors/jeedom/core.svg)](https://github.com/Odolc/Temperature/graphs/contributors/) +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/JEALG/Temperature/graphs/commit-activity) +[![GitHub contributors](https://img.shields.io/github/contributors/jeedom/core.svg)](https://github.com/JEALG/Temperature/graphs/contributors/) # Plugin Température Plugin pour calculer le windchill et l'indice de température", "usage": "Indiquer des équipements température, humidité relative et vitesse du vent. Indiquer un seuil d'alerte pour l'indice de température (40°C par défaut). Si les conditions météo de température et d'humidité s'y prêtent, le plugin calcul le Windchill et l'indice de température. -_[Documentation](https://odolc.github.io/Temperature/fr_FR/)_ +_[Documentation]https://jealg.github.io/documentation/plugin-temperature/fr_FR/)_ -_[changelog](https://odolc.github.io/Temperature/fr_FR/changelog)_ +_[changelog](https://jealg.github.io/documentation/plugin-temperature/fr_FR/changelog)_ diff --git a/docs/fr_FR/changelog.md b/docs/fr_FR/changelog.md index fc2d061..8be61bf 100644 --- a/docs/fr_FR/changelog.md +++ b/docs/fr_FR/changelog.md @@ -11,6 +11,10 @@ pluginId: temperature ## 2025 +### 06/02/2025 + +- Mise à jour lien de la documentation + ### 15-16/01/2025 - Ajout contrôle unité pour la vitesse du vent diff --git a/plugin_info/info.json b/plugin_info/info.json index ab0b3a0..d31ba76 100644 --- a/plugin_info/info.json +++ b/plugin_info/info.json @@ -9,7 +9,7 @@ "it_IT": "Plugin per il calcolo del windchill e dell'indice di temperatura", "pt_PT": "Plugin para calcular a sensação térmica e o índice de temperatura" }, - "usage": "Indiquer des équipements température, humidité relative et vitesse du vent. Indiquer un seuil d'alerte pour l'indice de température (40°C par défaut). Si les conditions météo de température et d'humidité s'y prêtent, le plugin calcul le Windchill et l'indice de température.", + "usage": "Ce plugin permet de calculer l'effet du vent sur la température ressentie, windchill (plutôt lorsque les températures sont basses), ainsi que l'effet d'inconfort provoqué par le taux d'humidité lorsque les températures sont élevées (humidex).", "licence": "AGPL", "author": "Claude Metzger / JAG", "require": "4.2", @@ -29,10 +29,10 @@ "it_IT", "pt_PT" ], - "changelog": "https://odolc.github.io/Temperature/#language#/changelog", - "documentation": "https://odolc.github.io/Temperature/#language#/", - "changelog_beta": "https://odolc.github.io/Temperature/#language#/changelog", - "documentation_beta": "https://odolc.github.io/Temperature/#language#/", + "changelog": "https://jealg.github.io/documentation/plugin-temperature/#language#/changelog", + "documentation": "https://jealg.github.io/documentation/plugin-temperature/#language#/", + "changelog_beta": "https://jealg.github.io/documentation/plugin-temperaturee/#language#/beta_changelog", + "documentation_beta": "https://jealg.github.io/documentation/plugin-temperature/#language#/", "link": { "forum": "https://community.jeedom.com/tag/plugin-temperature" },