Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Changed serial number
Browse files Browse the repository at this point in the history
  • Loading branch information
berrysauce committed Aug 13, 2023
1 parent c8b0a07 commit ff0ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoom/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def accessory(self, accessory_name: str, accessory_type: classmethod):

# do this here to avoid double initialization
bridge = Bridge(self.driver, self.name)
bridge.set_info_service(firmware_revision=version, manufacturer="Foerstal", model="Hoom Bridge", serial_number="0000-0000-0000-0000-0001")
bridge.set_info_service(firmware_revision=version, manufacturer="Foerstal", model="Hoom Bridge", serial_number="0000-0000-0000-0001")
self.driver.add_accessory(accessory=bridge)
# this as well...
xhm_uri = Accessory.xhm_uri(self.driver.accessory)
Expand Down

0 comments on commit ff0ae6a

Please sign in to comment.