Skip to content

Commit

Permalink
Adicionado "Chuva"
Browse files Browse the repository at this point in the history
  • Loading branch information
luyzfernando08 committed Sep 1, 2023
1 parent 354579e commit 00f0593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/cgesp/cge_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __de_para_ceu__(ceu: str):
return "sunny"
elif ceu == "Poucas nuvens":
return "partlycloudy"
elif ceu == "Nublado com chuva" or ceu == "Chuvisco" or ceu == "Pancadas isoladas" or ceu == "Pancadas de chuva":
elif ceu == "Chuva" or ceu == "Nublado com chuva" or ceu == "Chuvisco" or ceu == "Pancadas isoladas" or ceu == "Pancadas de chuva":
return "rainy"
elif ceu == "Nublado" or ceu == "Encoberto":
return "cloudy"
Expand Down

0 comments on commit 00f0593

Please # to comment.