diff --git a/custom_components/pod_point/entity.py b/custom_components/pod_point/entity.py index 08b11bb..40d8ca1 100644 --- a/custom_components/pod_point/entity.py +++ b/custom_components/pod_point/entity.py @@ -355,10 +355,7 @@ def __pod_image(self, model: str) -> str: img = model_type - if model_id == "03": - img = f"{model_type}-{model_id}" - - if model_id == "05": + if model_id == "03" || model_id == "05": img = f"{model_type}-{model_id}" return f"{APP_IMAGE_URL_BASE}/{img.lower()}.png"