Skip to content

Commit

Permalink
Merge pull request #53 from slajob/main
Browse files Browse the repository at this point in the history
Room is optional for new SOMRIG shortcut button and probably others
  • Loading branch information
Leggin authored Mar 21, 2024
2 parents e9a07b8 + 0af9ed8 commit 331a222
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 331a222

Please sign in to comment.