Rfxtrx adding somfy (rfy) cover

solved:
not only ID must with quotes, but the whole string: “071a000009090907”:
:slight_smile: I don’t know ho to add this to the wiki.

I have a rfxcom transiever that is already paired (due domoticz) and I checked the values with the manager.
after that I pluged in the transiever and added:

rfxtrx:
  device: /dev/ttyUSB0
  debug: true

cover:
  - platform: rfxtrx
    automatic_add: false
    devices:
      071a0000'090909'07:
        name:sunscreen
      071a0000'020202'02:
        name:rolluiken_both
      071a0000'050908'04:
        name:rolluiken_links
      071a0000'040404'05:
        name:rolluiken_rechts

when checking the config i got:

Ongeldige configuratieCONTROLEER CONFIGURATIE

Invalid config for [cover.rfxtrx]: expected a dictionary for dictionary value @ data['devices']["071a0000'020202'02"]. Got 'name:rolluiken_both' expected a dictionary for dictionary value @ data['devices']["071a0000'040404'05"]. Got 'name:rolluiken_rechts' expected a dictionary for dictionary value @ data['devices']["071a0000'050908'04"]. Got 'name:rolluiken_links' expected a dictionary for dictionary value @ data['devices']["071a0000'090909'07"]. Got 'name:sunscreen'. (See ?, line ?). Please check the docs at https://home-assistant.io/components/cover.rfxtrx/

I totally do not understand. I’m busy for 4 ours with spaces, quotes’s but still got this error.
What is wrong, what do I miss here?

It’s maybe to late, but, you have a extra quotes.
your code : 071a0000'040404'05:
good code :071a000004040405: