Skip to content

Commit

Permalink
preparing v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hekmon committed Sep 9, 2023
1 parent 9a76372 commit 58f3ba7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.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

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.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))
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.1"
USER_AGENT = "github.com/hekmon/rtetempo v1.3.2"


# 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.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"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RTE Tempo",
"hide_default_branch": true,
"homeassistant": "2023.1.0",
"homeassistant": "2023.9.0",
"country": [
"FR"
]
Expand Down
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.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

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.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))

0 comments on commit 58f3ba7

Please sign in to comment.