It seems github is no longer surfacing warnings even when marked with code location.
@@ -28,7 +28,7 @@ def main() -> int:
slug = slugify(entity.name)
if slug in translations:
print(
- f"::warning file=custom_components/tuya_local/devices/{config},line={entity._config.__line__}:: Entity can use translation_key: {slug}"
+ f"::error file=custom_components/tuya_local/devices/{config},line={entity._config.__line__}:: Entity can use translation_key: {slug}"
)
detected += 1
return detected