Skip to content

Commit

Permalink
webserver: parse config params on partial updates
Browse files Browse the repository at this point in the history
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
  • Loading branch information
Noltari committed Oct 27, 2024
1 parent d42b41f commit 18f153b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aioairzone_cloud/webserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def update_data(self, update: EntityUpdate) -> None:
ws_config = data.get(API_CONFIG)
ws_status = data.get(API_STATUS)
else:
ws_config = None
ws_config = data
ws_status = data

if ws_config is not None:
Expand Down

0 comments on commit 18f153b

Please sign in to comment.