Removed semicolon

pull/14883/head
vandenberghev 2018-06-09 12:37:06 +02:00
parent 61a41bb8fc
commit 5f65f67f1e
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class SmappeeSensor(Entity):
data = self._smappee.sensor_consumption[self._location_id]\
.get(int(sensor_id))
if data:
tempdata = data.get('records');
tempdata = data.get('records')
if tempdata:
consumption = tempdata[-1]
_LOGGER.debug("%s (%s) %s",