Skip to content

Commit d7a2c94

Browse files
committed
chore: fix typing
1 parent f2dcb1e commit d7a2c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/traits/v1/rooms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class NamedRoomMapping(RoomMapping):
2020
from the HomeData based on the iot_id from the room.
2121
"""
2222

23-
name: str | None = None
23+
name: str
2424
"""The human-readable name of the room, if available."""
2525

2626

0 commit comments

Comments
 (0)