Skip to content

Commit

Permalink
Update hub.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasniesner authored Apr 27, 2024
1 parent a8adc1d commit 7564109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/open_epaper_link/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def on_message(self,ws, message) -> None:
"device_id": tagmac,
"type": lut[wakeupReason],
}
self._hass.bus.async_fire(DOMAIN + "_event", event_data)
self._hass.bus.fire(DOMAIN + "_event", event_data)
elif 'errMsg' in data:
ermsg = data.get('errMsg');
elif 'logMsg' in data:
Expand Down

0 comments on commit 7564109

Please sign in to comment.