Skip to content

Commit

Permalink
Fix Hebrew text for ImsRain (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin authored Mar 17, 2023
1 parent 2823505 commit 57df804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ims/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def state(self):
try:
if self._language == "he":
if self._weather_coordinator.data.current_weather.rain:
return "Not Raining"
return "יורד"
else:
return "לא יורד"
else:
Expand Down

0 comments on commit 57df804

Please sign in to comment.