Fix docstring (#4564)
This commit is contained in:
parent
14d1494cd2
commit
345008c673
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue