Remove Plex from Discovery Docs (#12431)

https://github.com/home-assistant/core/pull/32510 removes plex from discovery.
Using
```yaml
discovery:
  ignore:
    - plex_mediaserver
```
causes discovery to fail to load with 
`2020-03-18 19:03:21 ERROR (MainThread) [homeassistant.config] Invalid config for [discovery]: value is not allowed @ data['discovery']['ignore'][1]. Got 'plex_mediaserver'. (See /config/configuration.yaml, line 216). Please check the docs at https://www.home-assistant.io/integrations/discovery
2020-03-18 19:03:21 ERROR (MainThread) [homeassistant.setup] Setup failed for discovery: Invalid config.`
This commit is contained in:
Blake 2020-03-18 21:14:17 -04:00 committed by GitHub
parent 01cca6d531
commit ae424f724c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,6 @@ Home Assistant can discover and automatically configure [zeroconf](https://en.wi
* [NETGEAR routers](/integrations/netgear)
* [Panasonic Viera](/integrations/panasonic_viera)
* [Philips Hue](/integrations/hue)
* [Plex Media Server](/integrations/plex#media-player)
* [Roku media player](/integrations/roku#media-player)
* [SABnzbd downloader](/integrations/sabnzbd)
* [Samsung SyncThru Printer](/integrations/syncthru)
@ -86,7 +85,6 @@ Valid values for ignore are:
* `openhome`: Linn / Openhome
* `panasonic_viera`: Panasonic Viera
* `philips_hue`: Philips Hue
* `plex_mediaserver`: Plex Media Server
* `roku`: Roku media player
* `sabnzbd`: SABnzbd downloader
* `samsung_printer`: Samsung SyncThru Printer