August Lock Compatibility?

So from the home assistant logs:

requests.exceptions.HTTPError: 409 Client Error: Conflict for url: https://api-production.august.com/locks/929162D07BEE4C05AB100E5D2832C2DD/status

2018-10-25 03:15:49 ERROR (MainThread) [homeassistant.components.lock] august: Error on device update!

Traceback (most recent call last):

File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity

await entity.async_device_update(warning=False)

File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update

await self.hass.async_add_job(self.update)

File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__

yield self # This tells Task to wait for completion.

File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup

future.result()

File "/usr/lib/python3.5/asyncio/futures.py", line 293, in result

raise self._exception

File "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run

result = self.fn(*self.args, **self.kwargs)

File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/lock/august.py", line 50, in update

self._lock_status = self._data.get_lock_status(self._lock.device_id)

File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/august.py", line 229, in get_lock_status

self._update_locks()

File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/util/__init__.py", line 324, in wrapper

result = method(*args, **kwargs)

File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/august.py", line 244, in _update_locks

self._access_token, lock.device_id)

File "/srv/homeassistant/lib/python3.5/site-packages/august/api.py", line 214, in get_lock_status

access_token=access_token).json()

File "/srv/homeassistant/lib/python3.5/site-packages/august/api.py", line 261, in _call_api

response.raise_for_status()

File "/srv/homeassistant/lib/python3.5/site-packages/requests/models.py", line 939, in raise_for_status

raise HTTPError(http_error_msg, response=self)

requests.exceptions.HTTPError: 409 Client Error: Conflict for url: https://api-production.august.com/locks/929162D07BEE4C05AB100E5D2832C2DD/status

Going to the url dumps an error message: {"code":"MissingParameter","message":"x-august-api-key header is required"}

Since I'm still new to this, is there a bug tracker they use that I can post this to? This looks like August changed their API.

/r/homeassistant Thread Parent