pnbruckner / ha-composite-tracker

Home Assistant Composite Device Tracker
The Unlicense
133 stars 11 forks source link

Fix: Exception in _update when dispatching 'composite_speed-xxx' #42

Closed pnbruckner closed 1 year ago

pnbruckner commented 1 year ago

A race condition can cause the following error:

Exception in _update when dispatching 'composite_speed-NAME': (None, None)

This change fixes that bug.