Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fernac03 authored Aug 16, 2024
1 parent 68bafe0 commit a9ec285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def run(self):
dispatcher_send(self.hass, SIGNAL_PANEL_MESSAGE, self)
if evento == '1407':
self.eletrificador=True
dispatcher_send(self.hass, SIGNAL_PANEL_MESSAGE, self)
dispatcher_send(self.hass, SIGNAL_PANEL_MESSAGE, self)
if evento == '34071:
self.eletrificador=false
dispatcher_send(self.hass, SIGNAL_PANEL_MESSAGE, self)
Expand Down

0 comments on commit a9ec285

Please sign in to comment.