Add pylint plugin to check for calls to base implementation (#100432)
This commit is contained in:
parent
ddd62a8f63
commit
37288d7788
19 changed files with 349 additions and 14 deletions
|
@ -136,6 +136,7 @@ class PowerViewSensor(ShadeEntity, SensorEntity):
|
|||
"""Get the current value in percentage."""
|
||||
return self.entity_description.native_value_fn(self._shade)
|
||||
|
||||
# pylint: disable-next=hass-missing-super-call
|
||||
async def async_added_to_hass(self) -> None:
|
||||
"""When entity is added to hass."""
|
||||
self.async_on_remove(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue