Skip to content

Commit

Permalink
Fix 2026.1 deprecations (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Morrigan <[email protected]>
  • Loading branch information
joemcc-90 and CodeFoodPixels authored Feb 17, 2025
1 parent 8431cc4 commit 140c99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/robovac/vacuum.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def ip_address(self) -> str | None:
return self._attr_ip_address

@property
def state(self) -> str | None:
def activity(self) -> str | None:
if self.tuya_state is None:
return STATE_UNAVAILABLE
elif (
Expand Down

0 comments on commit 140c99e

Please sign in to comment.