Skip to content

Commit

Permalink
Bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed Aug 24, 2023
1 parent 3383dcb commit 2a6a710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bbox2/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def diag(func: Callable[..., Any], *args: Any) -> None:
await diag(coordinator.bbox.wan.async_get_wan_ip)
await diag(coordinator.bbox.iptv.async_get_iptv_info)
await diag(coordinator.bbox.lan.async_get_lan_stats)
await diag(coordinator.bbox.lan.async_get_voip_voicemail)
await diag(coordinator.bbox.voip.async_get_voip_voicemail)
await diag(coordinator.bbox.lan.async_get_device_infos)

return {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bbox2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"loggers": ["bboxpy"],
"requirements": ["bboxpy==1.1.5"],
"ssdp": [],
"version": "1.2.1",
"version": "1.2.2",
"zeroconf": []
}

0 comments on commit 2a6a710

Please sign in to comment.