Skip to content

Commit 58f3ba7

Browse files
committed
preparing v1.3.2
1 parent 9a76372 commit 58f3ba7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Elle intègre dans Home Assistant plusieurs éléments:
1212

1313
### Exemples
1414

15-
[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)
15+
[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)
1616

1717
## Installation
1818

@@ -49,6 +49,6 @@ Une fois l'intégration installée, rendez-vous dans la page des intégrations d
4949

5050
## Exemples de cartes (lovelace)
5151

52-
* 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))
53-
* 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))
52+
* 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))
53+
* 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))
5454
* 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))

custom_components/rtetempo/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
API_VALUE_WHITE = "WHITE"
5353
API_VALUE_BLUE = "BLUE"
5454
API_ATTRIBUTION = "Données fournies par data.rte-france.com"
55-
USER_AGENT = "github.com/hekmon/rtetempo v1.3.1"
55+
USER_AGENT = "github.com/hekmon/rtetempo v1.3.2"
5656

5757

5858
# Tempo def

custom_components/rtetempo/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"name": "RTE Tempo",
44
"codeowners": ["@hekmon"],
55
"config_flow": true,
6-
"documentation": "https://github.com/hekmon/rtetempo/blob/v1.3.1/README.md",
6+
"documentation": "https://github.com/hekmon/rtetempo/blob/v1.3.2/README.md",
77
"iot_class": "cloud_polling",
88
"issue_tracker": "https://github.com/hekmon/rtetempo/issues",
99
"requirements": [
1010
"requests-oauthlib>=1.3.1"
1111
],
12-
"version": "1.3.1"
12+
"version": "1.3.2"
1313
}

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "RTE Tempo",
33
"hide_default_branch": true,
4-
"homeassistant": "2023.1.0",
4+
"homeassistant": "2023.9.0",
55
"country": [
66
"FR"
77
]

info.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Elle intègre dans Home Assistant plusieurs éléments:
1212

1313
### Exemples
1414

15-
[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)
15+
[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)
1616

1717
## Installation
1818

@@ -29,5 +29,5 @@ Une fois l'intégration installée, rendez-vous dans la page des intégrations d
2929

3030
## Exemples de cartes (lovelace)
3131

32-
* 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))
33-
* 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))
32+
* 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))
33+
* 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))

0 commit comments

Comments
 (0)