Skip to content

Commit

Permalink
Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
aronkahrs-us authored Mar 11, 2024
1 parent 1df989f commit 54be183
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/inumet/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def is_on(self) -> bool:
alerts = self.coordinator.data.get(self.entity_description.key)
if len(list(alerts.get('advertencias'))) > 0:
for alert in list(alerts.get('advertencias')):
print(alert)
_colores = ['','','Amarilla','Naranja','Roja']
riesgos = alert.get('riesgoFenomeno')
descripcion = alert.get('descripcion')
Expand Down

0 comments on commit 54be183

Please sign in to comment.