Pylint cleanups (#15626)
* Pylint 2 no-else-return fixes * Remove unneeded abstract-class-not-used pylint disable
This commit is contained in:
parent
a38c0d6d15
commit
b7c336a687
166 changed files with 425 additions and 490 deletions
|
@ -55,7 +55,7 @@ class HiveSensorEntity(Entity):
|
|||
"""Return the state of the sensor."""
|
||||
if self.device_type == "Hub_OnlineStatus":
|
||||
return self.session.sensor.hub_online_status(self.node_id)
|
||||
elif self.device_type == "Hive_OutsideTemperature":
|
||||
if self.device_type == "Hive_OutsideTemperature":
|
||||
return self.session.weather.temperature()
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue