From 5e418ba1fa888d5dfaff5d6d8848bc1525c049ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 26 Apr 2025 15:08:10 +0300 Subject: [PATCH] Note use of modelName in SSDP discovery --- homeassistant/components/huawei_lte/quality_scale.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/huawei_lte/quality_scale.yaml b/homeassistant/components/huawei_lte/quality_scale.yaml index 38132ba972f..e0c287f1c87 100644 --- a/homeassistant/components/huawei_lte/quality_scale.yaml +++ b/homeassistant/components/huawei_lte/quality_scale.yaml @@ -46,7 +46,9 @@ rules: comment: Get percentage up there, add missing actual action press invocations in button tests' suspended state tests, rename test_switch.py to test_switch.py + make its functions receive hass as first parameter where applicable. # Gold - devices: done + devices: + status: todo + comment: Prefer SSDP modelName over friendlyName, that tends to be better info and is more in line with what we get over the API as device name. diagnostics: status: todo comment: https://github.com/home-assistant/core/pull/131085