Skip to content

Commit

Permalink
Add getResults
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius committed May 8, 2024
1 parent 2aa3b6c commit 4f99636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/livebox/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def async_get_config_entry_diagnostics(
coordinator.api.userinterface.async_get_language,
coordinator.api.userinterface.async_get_state,
coordinator.api.upnpigd.async_get,
# coordinator.api.homelan.async_get_results, # take 5s
coordinator.api.homelan.async_get_results, # take 5s
# coordinator.api.homelan.async_get_devices_results, # take 13s
coordinator.api.homelan.async_get_maxnumber_records,
coordinator.api.homelan.async_get_reading_interval,
Expand Down

0 comments on commit 4f99636

Please sign in to comment.