From 58f3ba7ad592a26c3bec3083dfd84c1164de06e9 Mon Sep 17 00:00:00 2001 From: Hekmon Date: Sat, 9 Sep 2023 16:21:01 +0200 Subject: [PATCH] preparing v1.3.2 --- README.md | 6 +++--- custom_components/rtetempo/const.py | 2 +- custom_components/rtetempo/manifest.json | 4 ++-- hacs.json | 2 +- info.md | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6d6db15..c7bdb76 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.1/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/rtetempo_calendar.png) +[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.2/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.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)) +* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.2/res/tempo.yaml)) +* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.2/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 3e25d95..bf8c4f2 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.1" +USER_AGENT = "github.com/hekmon/rtetempo v1.3.2" # Tempo def diff --git a/custom_components/rtetempo/manifest.json b/custom_components/rtetempo/manifest.json index 69fde3a..e568c43 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.1/README.md", + "documentation": "https://github.com/hekmon/rtetempo/blob/v1.3.2/README.md", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hekmon/rtetempo/issues", "requirements": [ "requests-oauthlib>=1.3.1" ], - "version": "1.3.1" + "version": "1.3.2" } diff --git a/hacs.json b/hacs.json index e2e539b..7373a6d 100644 --- a/hacs.json +++ b/hacs.json @@ -1,7 +1,7 @@ { "name": "RTE Tempo", "hide_default_branch": true, - "homeassistant": "2023.1.0", + "homeassistant": "2023.9.0", "country": [ "FR" ] diff --git a/info.md b/info.md index 4aea5ca..32f6fc7 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.1/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.1/res/rtetempo_calendar.png) +[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.3.2/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.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)) +* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.2/res/tempo.yaml)) +* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.3.2/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.3.2/res/tempo_cycle.yaml))