diff --git a/README.md b/README.md index df02398..6d6db15 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Elle intègre dans Home Assistant plusieurs éléments: ### Exemples -[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/rtetempo_calendar.png) +[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/rtetempo_calendar.png) ## Installation @@ -49,6 +49,6 @@ Une fois l'intégration installée, rendez-vous dans la page des intégrations d ## Exemples de cartes (lovelace) -* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.0/res/tempo.yaml)) -* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.0/res/tempo_cycle.yaml)) +* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.1/res/tempo.yaml)) +* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.1/res/tempo_cycle.yaml)) * Affichage dynamiques des prix ([rendu](https://github.com/hekmon/rtetempo/raw/main/res/tempo_prices.png), [code](https://github.com/hekmon/rtetempo/blob/main/res/tempo_prices.yaml), [input numbers](https://gist.github.com/hekmon/33cba41728bfe2e4e522851da052f91f), [template sensors](https://gist.github.com/hekmon/c2f64f22f58b92eae007797eb1a2732e)) diff --git a/custom_components/rtetempo/const.py b/custom_components/rtetempo/const.py index 336a920..3e25d95 100644 --- a/custom_components/rtetempo/const.py +++ b/custom_components/rtetempo/const.py @@ -52,7 +52,7 @@ API_VALUE_WHITE = "WHITE" API_VALUE_BLUE = "BLUE" API_ATTRIBUTION = "Données fournies par data.rte-france.com" -USER_AGENT = "github.com/hekmon/rtetempo v1.3.0" +USER_AGENT = "github.com/hekmon/rtetempo v1.3.1" # Tempo def diff --git a/custom_components/rtetempo/manifest.json b/custom_components/rtetempo/manifest.json index 0950f2f..69fde3a 100644 --- a/custom_components/rtetempo/manifest.json +++ b/custom_components/rtetempo/manifest.json @@ -3,11 +3,11 @@ "name": "RTE Tempo", "codeowners": ["@hekmon"], "config_flow": true, - "documentation": "https://github.com/hekmon/rtetempo/blob/v1.3.0/README.md", + "documentation": "https://github.com/hekmon/rtetempo/blob/v1.3.1/README.md", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hekmon/rtetempo/issues", "requirements": [ "requests-oauthlib>=1.3.1" ], - "version": "1.3.0" + "version": "1.3.1" } diff --git a/info.md b/info.md index 7890f13..4aea5ca 100644 --- a/info.md +++ b/info.md @@ -12,7 +12,7 @@ Elle intègre dans Home Assistant plusieurs éléments: ### Exemples -[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/rtetempo_calendar.png) +[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/rtetempo_calendar.png) ## Installation @@ -29,5 +29,5 @@ Une fois l'intégration installée, rendez-vous dans la page des intégrations d ## Exemples de cartes (lovelace) -* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.0/res/tempo.yaml)) -* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.3.0/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.0/res/tempo_cycle.yaml)) +* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.1/res/tempo.yaml)) +* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.1/res/tempo_cycle.yaml))