Remove additional self from update function in RainMachine (#18810)
This commit is contained in:
parent
4bc9e6dfe0
commit
6f7ff9a18a
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class RainMachineSensor(RainMachineEntity):
|
|||
async def async_added_to_hass(self):
|
||||
"""Register callbacks."""
|
||||
@callback
|
||||
def update(self):
|
||||
def update():
|
||||
"""Update the state."""
|
||||
self.async_schedule_update_ha_state(True)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue