Citibikes sensor broken?

Hello,

in configuration.yaml (HA 0.83.3, hassio 140)

  - platform: citybikes

check the configuration, no response and from the log:

Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py”, line 390, in start
resp = await self._request_handler(request)
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_app.py”, line 366, in _handle
resp = await handler(request)
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_middlewares.py”, line 106, in impl
return await handler(request)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/http/static.py”, line 66, in staticresource_middleware
return await handler(request)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/http/real_ip.py”, line 34, in real_ip_middleware
return await handler(request)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/http/ban.py”, line 67, in ban_middleware
return await handler(request)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/http/auth.py”, line 107, in auth_middleware
return await handler(request)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/http/view.py”, line 115, in handle
result = await result
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/config/core.py”, line 21, in post
errors = await async_check_ha_config_file(request.app[‘hass’])
File “/usr/local/lib/python3.6/site-packages/homeassistant/config.py”, line 796, in async_check_ha_config_file
check_ha_config_file, hass)
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/scripts/check_config.py”, line 372, in check_ha_config_file
platform = loader.get_platform(hass, domain, p_name)
File “/usr/local/lib/python3.6/site-packages/homeassistant/loader.py”, line 60, in get_platform
return get_component(hass, PLATFORM_FORMAT.format(domain, platform))
File “/usr/local/lib/python3.6/site-packages/homeassistant/loader.py”, line 92, in get_component
module = importlib.import_module(path)
File “/usr/local/lib/python3.6/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 994, in _gcd_import
File “”, line 971, in _find_and_load
File “”, line 955, in _find_and_load_unlocked
File “”, line 665, in _load_unlocked
File “”, line 678, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/citybikes.py”, line 171, in
class CityBikesNetwork:
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/citybikes.py”, line 175, in CityBikesNetwork
NETWORKS_LIST_LOADING = asyncio.Condition()
File “/usr/local/lib/python3.6/asyncio/locks.py”, line 303, in init
self._loop = events.get_event_loop()
File “/usr/local/lib/python3.6/asyncio/events.py”, line 694, in get_event_loop
return get_event_loop_policy().get_event_loop()
File “/usr/local/lib/python3.6/asyncio/events.py”, line 602, in get_event_loop
% threading.current_thread().name)
RuntimeError: There is no current event loop in thread ‘SyncWorker_17’.

What am I missing ?
Thanks