mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix lint issue
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user