Skip to content

Commit

Permalink
Merge pull request #104 from saniho/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
saniho authored Dec 30, 2021
2 parents 6b84d15 + 3973f5d commit 080115c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion custom_components/apiEnedis/const.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Constants """
# attention updater aussi manifest.json
__VERSION__ = "1.3.2.4"
__VERSION__ = "1.3.2.5"
__name__ = "myEnedis"

try:
Expand Down
2 changes: 1 addition & 1 deletion custom_components/apiEnedis/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "myEnedis sensor",
"documentation": "https://github.com/saniho/apiEnedis/",
"config_flow": true,
"version": "1.3.2.4",
"version": "1.3.2.5",
"requirements": [
"packaging>=20.8"
],
Expand Down
11 changes: 1 addition & 10 deletions custom_components/apiEnedis/myClientEnedis.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,10 +749,6 @@ def update(self):
% (self.getVersion(), self.getContract().get_PDL_ID(),
self.getStatusLastCall(), self.getLastMethodCallError(),
self._forceCallJson))
log.error("myEnedis(%s) ...%s update lancé, status precedent : %s, lastMethodCall :%s, forcejson :%s" \
% (self.getVersion(), self.getContract().get_PDL_ID(),
self.getStatusLastCall(), self.getLastMethodCallError(),
self._forceCallJson))
#self.getCallPossible()
self._nbCall = 0
self.updateGitVersion()
Expand Down Expand Up @@ -809,12 +805,7 @@ def update(self):
self._forceCallJson = False
self.setDataJsonDefault({})

log.error("myEnedis(%s) ...%s update termine, status courant : %s, lastCall :%s, nbCall :%s" \
% (
self.getVersion(), self.getContract().get_PDL_ID(),
self.getStatusLastCall(), self.getLastMethodCallError(),
self.getNbCall()))
log.info("myEnedis(%s) ...%s update termine, status courant : %s, lastCall :%s, nbCall :%s" \
log.info("myEnedis(%s) ... %s update termine, status courant : %s, lastCall :%s, nbCall :%s" \
% (
self.getVersion(), self.getContract().get_PDL_ID(),
self.getStatusLastCall(), self.getLastMethodCallError(),
Expand Down

0 comments on commit 080115c

Please sign in to comment.