Skip to content

Commit 60cf8f9

Browse files
committed
fix(discovery): only advise reporting if the config is an exact match
The original wording just says to report it, and it is not obvious from the reports for generic items like lightbulb that the product being reported is an exact match for the config being used. Add wording that the user should only report if it is an exact match. Issue #5625
1 parent 6bffe25 commit 60cf8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/tuya_local/helpers/discovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ async def _check_product(self, entry, product_id) -> None:
220220
self._warned_products.add(device_id)
221221
_LOGGER.warning(
222222
"%s: device product id %s is not listed in its config (%s); "
223-
"please report it so support can be improved",
223+
"if your device is an exact match for the config please report it so support can be improved",
224224
entry.title,
225225
product_id,
226226
config_type,

0 commit comments

Comments
 (0)