TADO presence detection broken in 0.92.1

I get this error in the UI:

Unable to prepare setup for platform tado: Unable to set up component.

and here’s the log:

2019-05-02 12:42:33 ERROR (MainThread) [homeassistant.setup] Error during setup of component tado
Traceback (most recent call last):
  File "/usr/src/app/homeassistant/setup.py", line 156, in _async_setup_component
    component.setup, hass, processed_config)  # type: ignore
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/src/app/homeassistant/components/tado/__init__.py", line 34, in setup
    username = config[DOMAIN][CONF_USERNAME]
KeyError: 'tado'
2019-05-02 12:42:33

Any clue? :frowning: