From 02a1e820fb6833a4fd676ad357a8c77c6ab1e534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 2 Jul 2025 00:35:37 +0300 Subject: [PATCH] Update config-flow status https://github.com/home-assistant/core/pull/147910 --- homeassistant/components/huawei_lte/quality_scale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/huawei_lte/quality_scale.yaml b/homeassistant/components/huawei_lte/quality_scale.yaml index 321d355cae1..1f56a9257ff 100644 --- a/homeassistant/components/huawei_lte/quality_scale.yaml +++ b/homeassistant/components/huawei_lte/quality_scale.yaml @@ -11,7 +11,7 @@ rules: comment: Use mock calls to check test_urlize_plain_host instead of user_input mod checks, combine test_show_set_form with a happy path flow, finish test_connection_errors and test_login_error with CREATE_ENTRY to check error recovery, move test_success to top and assert unique id in it, split test_reauth to two so we can test incorrect password recovery. config-flow: status: todo - comment: Rename ConfigFlowHandler to HuaweiLteConfigFlow, see if we can catch more specific exceptions in get_device_info. + comment: See if we can catch more specific exceptions in get_device_info. dependency-transparency: status: todo comment: huawei-lte-api and stringcase are not built and published to PyPI from a public CI pipeline.