Skip to content

Commit 140c99e

Browse files
Fix 2026.1 deprecations (#116)
Co-authored-by: Luke Morrigan <[email protected]>
1 parent 8431cc4 commit 140c99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)