Skip to content

Commit

Permalink
Update entity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrayner authored Sep 16, 2024
1 parent e02c66d commit e3ac96c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions custom_components/pod_point/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e3ac96c

Please sign in to comment.