Skip to content

Commit

Permalink
prepare version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmon committed Mar 3, 2023
1 parent 5a5db12 commit 9226dc5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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))
2 changes: 1 addition & 1 deletion custom_components/rtetempo/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions custom_components/rtetempo/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 3 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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))

0 comments on commit 9226dc5

Please sign in to comment.