Fix lint issue
This commit is contained in:
parent
54904fb6c0
commit
fc1a4543d3
1 changed files with 2 additions and 1 deletions
|
@ -134,5 +134,6 @@ class Sense(Entity):
|
|||
else:
|
||||
self._state = round(self._data.active_power)
|
||||
else:
|
||||
state = self._data.get_trend(self._sensor_type, self._is_production)
|
||||
state = self._data.get_trend(
|
||||
self._sensor_type, self._is_production)
|
||||
self._state = round(state, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue