jbergler / hass-ttlock

Home Assistant integration for TTLock locks
54 stars 12 forks source link

Rate limit queries that require gateway access. #35

Closed jbergler closed 1 year ago

jbergler commented 1 year ago

In future we may try to be a bit smarter about which lock is connected to which gateway and throttle per gateway, but since the TTLock API makes it clear that locks can move between gateways and that fetching this data is in itself a request to the gateway I don't think that will be particularly easy to get right.

Hopefully fixes #34