Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 140c99e

Browse files
Fix 2026.1 deprecations (#116)
Co-authored-by: Luke Morrigan <luke@lukeb.co.uk>
1 parent 8431cc4 commit 140c99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/robovac/vacuum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def ip_address(self) -> str | None:
187187
return self._attr_ip_address
188188

189189
@property
190-
def state(self) -> str | None:
190+
def activity(self) -> str | None:
191191
if self.tuya_state is None:
192192
return STATE_UNAVAILABLE
193193
elif (

0 commit comments

Comments
 (0)