Skip to content

Commit

Permalink
Add gateway name to info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Mar 26, 2024
1 parent ea2f373 commit 3a35fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_gateway3/core/gate/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def as_dict(self) -> dict:
return {
"host": self.host,
"mac": self.device.extra["mac"],
"name": self.device.human_name,
"model": self.device.model,
"fw_ver": self.device.extra["fw_ver"],
}
Expand Down

0 comments on commit 3a35fb7

Please sign in to comment.