Skip to content

Commit 97268e5

Browse files
committed
prepare v1.2.2
1 parent ca73199 commit 97268e5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.2.1/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.2.1/res/rtetempo_calendar.png)
15+
[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/rtetempo_calendar.png)
1616

1717
## Installation
1818

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

4242
## Exemples de cartes (lovelace)
4343

44-
* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.2.1/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.2.1/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.1/res/tempo.yaml))
45-
* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.2.1/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.1/res/tempo_cycle.yaml))
44+
* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.2/res/tempo.yaml))
45+
* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.2/res/tempo_cycle.yaml))

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.2.1"
55+
USER_AGENT = "github.com/hekmon/rtetempo v1.2.2"
5656

5757

5858
# Tempo def

custom_components/rtetempo/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config_flow": true,
55
"documentation": "https://github.com/hekmon/rtetempo",
66
"issue_tracker": "https://github.com/hekmon/rtetempo/issues",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"requirements": [
99
"oauthlib==3.2.2",
1010
"requests==2.28.1",

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.2.1/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.2.1/res/rtetempo_calendar.png)
15+
[Service et Capteurs](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/rtetempo_svc.png) & [Calendrier](https://github.com/hekmon/rtetempo/raw/v1.2.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.2.1/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.2.1/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.1/res/tempo.yaml))
33-
* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.2.1/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.1/res/tempo_cycle.yaml))
32+
* Couleur du jour et du lendemain ([rendu 1](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/lovelace_colors_1.png) [rendu 2](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/lovelace_colors_2.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.2/res/tempo.yaml))
33+
* Nombre de jours restants sur le cycle ([rendu](https://github.com/hekmon/rtetempo/raw/v1.2.2/res/lovelace_cycle.png), [code](https://github.com/hekmon/rtetempo/blob/v1.2.2/res/tempo_cycle.yaml))

0 commit comments

Comments
 (0)