diff --git a/README-fr.md b/README-fr.md index 177cde0..2b8d0dc 100644 --- a/README-fr.md +++ b/README-fr.md @@ -81,6 +81,7 @@ - [Comment être averti lorsque cela se produit ?](#comment-être-averti-lorsque-cela-se-produit-) - [Comment réparer ?](#comment-réparer-) - [Utilisation d'un groupe de personnes comme capteur de présence](#utilisation-dun-groupe-de-personnes-comme-capteur-de-présence) + - [Activer les logs du Versatile Thermostat](#activer-les-logs-du-versatile-thermostat) Ce composant personnalisé pour Home Assistant est une mise à niveau et est une réécriture complète du composant "Awesome thermostat" (voir [Github](https://github.com/dadge/awesome_thermostat)) avec l'ajout de fonctionnalités. @@ -1466,6 +1467,15 @@ template: !include templates.yaml ... ``` +## Activer les logs du Versatile Thermostat +Des fois, vous aurez besoin d'activer les logs pour afiner les analyses. Pour cela, éditer le fichier `logger.yaml` de votre configuration et configurer les logs comme suit : +``` +default: xxxx +logs: + custom_components.versatile_thermostat: info +``` +Vous devez recharger la configuration yaml (Outils de dev / Yaml / Toute la configuration Yaml) ou redémarrer Home Assistant pour que ce changement soit pris en compte. + *** [versatile_thermostat]: https://github.com/jmcollin78/versatile_thermostat diff --git a/README.md b/README.md index 9386f94..55e18bd 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ - [How can I be notified when this happens?](#how-can-i-be-notified-when-this-happens) - [How to repair?](#how-to-repair) - [Using a group of people as a presence sensor](#using-a-group-of-people-as-a-presence-sensor) + - [Enable Versatile Thermostat logs](#enable-versatile-thermostat-logs) This custom component for Home Assistant is an upgrade and is a complete rewrite of the component "Awesome thermostat" (see [Github](https://github.com/dadge/awesome_thermostat)) with addition of features. @@ -1449,6 +1450,15 @@ template: !include templates.yaml ... ``` +## Enable Versatile Thermostat logs +Sometimes you will need to enable logs to refine the analyses. To do this, edit the `logger.yaml` file of your configuration and configure the logs as follows: +``` +default: xxxx +logs: + custom_components.versatile_thermostat: info +``` +You must reload the yaml configuration (Dev Tools / Yaml / All Yaml configuration) or restart Home Assistant for this change to take effect. + *** [versatile_thermostat]: https://github.com/jmcollin78/versatile_thermostat