Skip to content

Commit

Permalink
Merge branch '0.8.11' of github.com:m4dm4rtig4n/myelectricaldata into…
Browse files Browse the repository at this point in the history
… 0.8.11
  • Loading branch information
m4dm4rtig4n committed Dec 17, 2022
2 parents ad39c7d + e8b4857 commit fed12a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: m4dm4rtig4n
MERCI DE RESPECTER LES DIFFERENTS CHAMPS SINON JE CLOS L'ISSUE.

**Description du bug**
Merci de me détaillé au mieux le bug et une procédure pour le reproduire si possible.
Merci de me détailler au mieux le bug et une procédure pour le reproduire si possible.

**Configuration**
Il me faut la partie enedis_gateway de votre config.yml, sans les PDL et Token.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/features.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Nouvelle fonctionnalité ?
about: Vous voulez proposé une nouvelle fonctionnalité ?
about: Vous voulez proposer une nouvelle fonctionnalité ?
title: "[FEATURES] - "
labels: enhancement
assignees: m4dm4rtig4n
Expand Down
4 changes: 2 additions & 2 deletions app/models/export_home_assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ def convert_kw_to_euro(value, price):
offpeak_hour = getattr(usage_point, f"offpeak_hours_{idx}")
if type(offpeak_hour) != str:
Log().error([
f"offpeak_hours_{idx} n'est pas une chaine de caractère",
" Format si une seul période : 00H00-06H00",
f"offpeak_hours_{idx} n'est pas une chaine de caractères",
" Format si une seule période : 00H00-06H00",
" Format si plusieurs périodes : 00H00-06H00;12H00-14H00"
])
else:
Expand Down

0 comments on commit fed12a5

Please sign in to comment.