Fix docstring (#4564)

This commit is contained in:
Fabian Affolter 2016-11-24 10:15:00 +01:00 committed by GitHub
parent 14d1494cd2
commit 345008c673

View file

@ -95,7 +95,7 @@ class PvoutputSensor(Entity):
@property
def device_state_attributes(self):
"""Return the state attributes of the Pi-Hole."""
"""Return the state attributes of the monitored installation."""
if self.pvcoutput is not None:
return {
ATTR_ENERGY_GENERATION: self.pvcoutput.energy_generation,