Configuration.yaml discovery: error on 0.82.0

Hi so i’ve found

and added

discovery:
  enable:
    - plex_mediaserver
    - sabnzbd
    - samsung_tv

to my /config/configuration.yaml

Under configuration -> general -> check configuration i see

Configuration invalid
Invalid config for [discovery]: value is not allowed @ data[‘discovery’][‘enable’][0]. Got ‘plex_mediaserver’ value is not allowed @ data[‘discovery’][‘enable’][1]. Got ‘sabnzbd’ value is not allowed @ data[‘discovery’][‘enable’][2]. Got ‘samsung_tv’. (See /config/configuration.yaml, line 39). Please check the docs at https://home-assistant.io/components/discovery/

what am i doing wrong?

From the page you linked to:

Valid values for enable are:

  • dlna_dmr : DLNA DMR enabled devices
  • homekit : HomeKit accessories

They are indeed, I have obviously misread the page.
That makes more sense now
Thanks for the prompt reply