Skip to content

Commit

Permalink
Room is optional for new SOMRIG shortcut button
Browse files Browse the repository at this point in the history
  • Loading branch information
slajob committed Mar 13, 2024
1 parent e9a07b8 commit 0af9ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dirigera/devices/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Device(BaseIkeaModel):
last_seen: datetime.datetime
attributes: Attributes
capabilities: Capabilities
room: Room
room: Optional[Room] = None
device_set: List
remote_links: List[str]
is_hidden: Optional[bool] = None
Expand Down

0 comments on commit 0af9ed8

Please sign in to comment.