mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Removed semicolon
This commit is contained in:
parent
61a41bb8fc
commit
5f65f67f1e
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user