Skip to content

Commit

Permalink
white space
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenguy committed Jun 4, 2024
1 parent 415fcf7 commit bae3959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyatmo/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def process_topology(self, disabled_homes_ids: list[str] | None = None) -> None:

for home in self.raw_data["homes"]:

home_id = home.get("id", "Unknown")
home_id = home.get("id", "Unknown")
home_name = home.get("name", "Unknown")
self.all_account_homes_id[home_id] = home_name

Expand Down

0 comments on commit bae3959

Please sign in to comment.