Weird Doorbird Config Error when set up exactly like component documentation

Invalid config for [doorbird]: [devices] is an invalid option for [doorbird]. Check: doorbird->doorbird->devices. (See /config/configuration.yaml, line 124). Please check the docs at https://home-assistant.io/components/doorbird/

My config:

doorbird:                           
  devices:
    - host: 192.168.0.26                     
      username: !secret doorbird_user
      password: !secret doorbird_pass
      hass_url_override: 192.168.0.9
      name: FrontDoor
      monitored_conditions:
        - doorbell
        - motion 

The weird part is it seems to be choking on the word devices: which is specifically shown in the component example. I removed the devices: line and that doesn’t work either. I have also checked for unprinted characters, spacing, etc for a stupid typo or something.

Hass.io on RPi 0.71.0

Working now.

I looked through all the release notes and didn’t see anything referencing this, but upgrading to 0.74.0 fixed my issue.

Is this still working for you?
I’m on 0.74.2 and getting no connection

doorbird:
    devices:
       - host: 192.168.1.21
         hass_url_override: 192.168.1.4
         username: xxx
         password: yyy
         name: Gate
         monitored_conditions:
           - doorbell
           - motion
camera: 
    - platform: doorbird

Relevant extract from log:

> 2018-07-27 15:19:13 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
> Traceback (most recent call last):
>   File "/usr/src/app/homeassistant/components/camera/__init__.py", line 475, in send_camera_still
>     image = await async_get_image(hass, msg['entity_id'])
>   File "/usr/src/app/homeassistant/components/camera/__init__.py", line 124, in async_get_image
>     image = await camera.async_camera_image()
>   File "/usr/src/app/homeassistant/components/camera/doorbird.py", line 79, in async_camera_image
>     response = yield from websession.get(self._url)
>   File "/usr/local/lib/python3.6/site-packages/aiohttp/client.py", line 250, in _request
>     raise RuntimeError('Session is closed')
> RuntimeError: Session is closed