From ae424f724c897848ae3164e84d89e0056b771ea0 Mon Sep 17 00:00:00 2001 From: Blake Date: Wed, 18 Mar 2020 21:14:17 -0400 Subject: [PATCH] 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.` --- source/_integrations/discovery.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_integrations/discovery.markdown b/source/_integrations/discovery.markdown index fa4c8d2c67f..929d55d6096 100644 --- a/source/_integrations/discovery.markdown +++ b/source/_integrations/discovery.markdown @@ -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