RFLink, Version 0.41 and new_devices_group

Hi,

Currently I’m setting up home assistant. Since I couldn’t control my (rflink) lights in 0.40 I tried to see if there was a update available. So now I have home assistant 0.41.

However while restarting home assistant I got the following errors in my logfile:

17-04-02 12:59:15 ERROR (MainThread) [homeassistant.config] Invalid config for [sensor.rflink]: [new_devices_group] is an invalid option for [sensor.rflink]. Check: sensor.rflink->new_devices_group. (See ?, line ?). Please check the docs at https://home-assistant.io/components/sensor.rflink/
17-04-02 12:59:15 ERROR (MainThread) [homeassistant.config] Invalid config for [light.rflink]: [new_devices_group] is an invalid option for [light.rflink]. Check: light.rflink->new_devices_group. (See ?, line ?). Please check the docs at https://home-assistant.io/components/light.rflink/

My configuration looks like this:

# rflink connection
rflink:
  port: /dev/ttyACM0
  wait_for_ack: True
  reconnect_interval: 30
  ignore_devices:
    - ev1527_*
    - mertik_gv60_*
    - fineoffset_0000_*

sensor:
  - platform: yr
  - platform: rflink
    new_devices_group: "Onbekende Sensoren"
    devices:
      oregontemphygro_128d4_temp:
        name: "Temperatuur Achtertuin"
        sensor_type: temperature
      oregontemphygro_128d4_hum:
        name: "Vochtigheid Achtertuin"
        sensor_type: humidity
light:
  platform: rflink
  new_devices_group: "Onbekende KaKu"
  devices:
    newkaku_00e485f2_1:
      name: "Lamp 1"
      type: dimmable
    newkaku_00e485f2_2:
      name: "Lamp 2"
      type: dimmable
    newkaku_00e485f2_3:
      name: "Lamp 3"
      type: dimmable
    newkaku:
      name: Eettafel
      type: dimmable

And on the main interface I get the following message:

The following components and platforms could not be set up:
sensor.rflink
light.rflink
Please check your config

If I comment out the “new_devices_group” lines than home assistant works mostly as expected but all the rflink weather sensors show up as weather icons (and there are quite a few)

Any ideas what could be causing the errors I’m getting and how to fix them?

Thanks